Html Css Color HEX #F966EB Pink Flamingo

📋 copy color: '#F966EB'

red 249 ◦ green 102 ◦ blue 235

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

Shades of Pink Flamingo #F966EB

Tints of Pink Flamingo #F966EB

RGB

 RED value IS 249 (97.66% from 255) = 42.49%

 GREEN value IS 102 (40.23% from 255) = 17.41%

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

R = 42.49%
G = 17.41%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F966EB (or 0xF966EB) is known color: Pink Flamingo. HEX triplet: F9, 66 and EB. RGB value is (249,102,235). Sum of RGB (Red+Green+Blue) = 249+102+235=586 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.49% from 586); Green value is 102 (40.23% from 255 or 17.41% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 249 - color contains mainly: red. Hex color #F966EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F966EB is #069914. Grayscale: #A0A0A0. Windows color (decimal): -432405 or 15427321. OLE color: 15427321.

HSL color Cylindrical-coordinate representation of color #F966EB: hue angle of 305.71º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F966EB is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 102 235 -
CMYK 0 0.59 0.06 0.02
HSL 305.71º 0.92% 0.69% -
HSV(B) 305.71º 0.59% 0.98% -
XYZ 58.81 35.64 82.38 -
YUV 161.12 169.7 190.69 -
System Red Green Blue C M Y K H S L
Decimal 249 102 235 0 0.59 0.06 0.02 305.71 0.92 0.69
Hex F9 66 EB 0 3B 6 2 132 5C 45
Octal 371 146 353 0 73 6 2 462 134 105
Binary 11111001 1100110 11101011 0 111011 110 10 100110010 1011100 1000101

Color Harmonies of #F966EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F966EB

Black with #F966EB

Text Example


Text Example

White with #F966EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F966EB; }

 p { color: rgb(249,102,235); }

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

background-color css

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

 a { background-color: rgb(249,102,235); }

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

border-color css

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

 span { border-color: rgb(249,102,235); }

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