Html Css Color HEX #F95FE8 Pink Flamingo

📋 copy color: '#F95FE8'

red 249 ◦ green 95 ◦ blue 232

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

Shades of Pink Flamingo #F95FE8

Tints of Pink Flamingo #F95FE8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.49%

 BLUE value IS 232 (91.02% from 255) = 40.28%

R = 43.23%
G = 16.49%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#F95FE8 (or 0xF95FE8) is known color: Pink Flamingo. HEX triplet: F9, 5F and E8. RGB value is (249,95,232). Sum of RGB (Red+Green+Blue) = 249+95+232=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 95 (37.5% from 255 or 16.49% from 576); Blue value is 232 (91.02% from 255 or 40.28% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F95FE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F95FE8 is #06A017. Grayscale: #9C9C9C. Windows color (decimal): -434200 or 15228921. OLE color: 15228921.

HSL color Cylindrical-coordinate representation of color #F95FE8: hue angle of 306.62º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F95FE8 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 95 232 -
CMYK 0 0.62 0.07 0.02
HSL 306.62º 0.93% 0.67% -
HSV(B) 306.62º 0.62% 0.98% -
XYZ 57.72 34.15 79.89 -
YUV 156.66 170.52 193.86 -
System Red Green Blue C M Y K H S L
Decimal 249 95 232 0 0.62 0.07 0.02 306.62 0.93 0.67
Hex F9 5F E8 0 3E 7 2 133 5D 43
Octal 371 137 350 0 76 7 2 463 135 103
Binary 11111001 1011111 11101000 0 111110 111 10 100110011 1011101 1000011

Color Harmonies of #F95FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95FE8

Black with #F95FE8

Text Example


Text Example

White with #F95FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95FE8; }

 p { color: rgb(249,95,232); }

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

background-color css

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

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

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

border-color css

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

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

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