Html Css Color HEX #F966EE Pink Flamingo

📋 copy color: '#F966EE'

red 249 ◦ green 102 ◦ blue 238

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

Shades of Pink Flamingo #F966EE

Tints of Pink Flamingo #F966EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.41%

R = 42.28%
G = 17.32%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F966EE (or 0xF966EE) is known color: Pink Flamingo. HEX triplet: F9, 66 and EE. RGB value is (249,102,238). Sum of RGB (Red+Green+Blue) = 249+102+238=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 102 (40.23% from 255 or 17.32% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F966EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F966EE is #069911. Grayscale: #A1A1A1. Windows color (decimal): -432402 or 15623929. OLE color: 15623929.

HSL color Cylindrical-coordinate representation of color #F966EE: hue angle of 304.49º 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 #F966EE is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 102 238 -
CMYK 0 0.59 0.04 0.02
HSL 304.49º 0.92% 0.69% -
HSV(B) 304.49º 0.59% 0.98% -
XYZ 59.25 35.82 84.68 -
YUV 161.46 171.2 190.44 -
System Red Green Blue C M Y K H S L
Decimal 249 102 238 0 0.59 0.04 0.02 304.49 0.92 0.69
Hex F9 66 EE 0 3B 4 2 130 5C 45
Octal 371 146 356 0 73 4 2 460 134 105
Binary 11111001 1100110 11101110 0 111011 100 10 100110000 1011100 1000101

Color Harmonies of #F966EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F966EE

Black with #F966EE

Text Example


Text Example

White with #F966EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F966EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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