Html Css Color HEX #F65AEB Pink Flamingo

📋 copy color: '#F65AEB'

red 246 ◦ green 90 ◦ blue 235

#F65AEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #F65AEB

Tints of Pink Flamingo #F65AEB

RGB

 RED value IS 246 (96.48% from 255) = 43.08%

 GREEN value IS 90 (35.55% from 255) = 15.76%

 BLUE value IS 235 (92.19% from 255) = 41.16%

R = 43.08%
G = 15.76%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F65AEB (or 0xF65AEB) is known color: Pink Flamingo. HEX triplet: F6, 5A and EB. RGB value is (246,90,235). Sum of RGB (Red+Green+Blue) = 246+90+235=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 90 (35.55% from 255 or 15.76% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 246 - color contains mainly: red. Hex color #F65AEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65AEB is #09A514. Grayscale: #989898. Windows color (decimal): -632085 or 15424246. OLE color: 15424246.

HSL color Cylindrical-coordinate representation of color #F65AEB: hue angle of 304.23º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65AEB is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 90 235 -
CMYK 0 0.63 0.04 0.04
HSL 304.23º 0.9% 0.66% -
HSV(B) 304.23º 0.63% 0.96% -
XYZ 56.66 32.9 81.96 -
YUV 153.17 174.18 194.21 -
System Red Green Blue C M Y K H S L
Decimal 246 90 235 0 0.63 0.04 0.04 304.23 0.9 0.66
Hex F6 5A EB 0 3F 4 4 130 5A 42
Octal 366 132 353 0 77 4 4 460 132 102
Binary 11110110 1011010 11101011 0 111111 100 100 100110000 1011010 1000010

Color Harmonies of #F65AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65AEB

Black with #F65AEB

Text Example


Text Example

White with #F65AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65AEB; }

 p { color: rgb(246,90,235); }

 H1.HeaderClassName
 {
   color: #F65AEB;
 }
 .AnyTagClassName
 {
   color: #F65AEB;
 }
</style>

background-color css

<style>
 a { background-color: #F65AEB; }

 a { background-color: rgb(246,90,235); }

 div.DivClassName
 {
   background-color: #F65AEB;
 }
 .BgClassName
 {
   background-color: #F65AEB;
 }
</style>

border-color css

<style>
 span { border-color: #F65AEB; }

 span { border-color: rgb(246,90,235); }

 td.TdClassName
 {
   border-color: #F65AEB;
 }
 .TagClassName
 {
   border-color: #F65AEB;
 }
</style>