Html Css Color HEX #F966F8 Pink Flamingo

📋 copy color: '#F966F8'

red 249 ◦ green 102 ◦ blue 248

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

Shades of Pink Flamingo #F966F8

Tints of Pink Flamingo #F966F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 41.4%

R = 41.57%
G = 17.03%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#F966F8 (or 0xF966F8) is known color: Pink Flamingo. HEX triplet: F9, 66 and F8. RGB value is (249,102,248). Sum of RGB (Red+Green+Blue) = 249+102+248=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 102 (40.23% from 255 or 17.03% from 599); Blue value is 248 (97.27% from 255 or 41.40% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F966F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F966F8 is #069907. Grayscale: #A2A2A2. Windows color (decimal): -432392 or 16279289. OLE color: 16279289.

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

Color convert

RGB 249 102 248 -
CMYK 0 0.59 0.00 0.02
HSL 300.41º 0.92% 0.69% -
HSV(B) 300.41º 0.59% 0.98% -
XYZ 60.76 36.42 92.63 -
YUV 162.6 176.2 189.63 -
System Red Green Blue C M Y K H S L
Decimal 249 102 248 0 0.59 0.00 0.02 300.41 0.92 0.69
Hex F9 66 F8 0 3B 0 2 12C 5C 45
Octal 371 146 370 0 73 0 2 454 134 105
Binary 11111001 1100110 11111000 0 111011 0 10 100101100 1011100 1000101

Color Harmonies of #F966F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F966F8

Black with #F966F8

Text Example


Text Example

White with #F966F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F966F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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