Html Css Color HEX #F966F9 Pink Flamingo

📋 copy color: '#F966F9'

red 249 ◦ green 102 ◦ blue 249

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

Shades of Pink Flamingo #F966F9

Tints of Pink Flamingo #F966F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.5%

R = 41.5%
G = 17%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F966F9 (or 0xF966F9) is known color: Pink Flamingo. HEX triplet: F9, 66 and F9. RGB value is (249,102,249). Sum of RGB (Red+Green+Blue) = 249+102+249=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 102 (40.23% from 255 or 17% from 600); Blue value is 249 (97.66% from 255 or 41.5% from 600); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F966F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F966F9 is #069906. Grayscale: #A2A2A2. Windows color (decimal): -432391 or 16344825. OLE color: 16344825.

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

Color convert

RGB 249 102 249 -
CMYK 0 0.59 0 0.02
HSL 300º 0.92% 0.69% -
HSV(B) 300º 0.59% 0.98% -
XYZ 60.92 36.48 93.45 -
YUV 162.71 176.7 189.55 -
System Red Green Blue C M Y K H S L
Decimal 249 102 249 0 0.59 0 0.02 300 0.92 0.69
Hex F9 66 F9 0 3B 0 2 12C 5C 45
Octal 371 146 371 0 73 0 2 454 134 105
Binary 11111001 1100110 11111001 0 111011 0 10 100101100 1011100 1000101

Color Harmonies of #F966F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F966F9

Black with #F966F9

Text Example


Text Example

White with #F966F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F966F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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