#F95FF8

Color #F95FF8 Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #F95FF8

Tints of Pink Flamingo #F95FF8

Color information

#F95FF8 (or 0xF95FF8) is unknown color: approx Pink Flamingo. HEX triplet: F9, 5F and F8. RGB value is (249,95,248). Sum of RGB (Red+Green+Blue) = 249+95+248=592 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.06% from 592); Green value is 95 (37.5% from 255 or 16.05% from 592); Blue value is 248 (97.27% from 255 or 41.89% from 592); Max value from RGB is 249 - color contains mainly: red. Hex color #F95FF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F95FF8 is #06A007. Grayscale: #9E9E9E. Windows color (decimal): -434184 or 16277497. OLE color: 16277497.

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

Color convert

RGB24995248-
CMYK00.620.000.02
HSL300.39º92.77%67.45%-
HSV(B)300.39º61.85%97.65%-
XYZ60.135.192.41-
YUV158.49178.52192.56-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.06%
GREEN value IS 95 (37.5% from 255) = 16.05%
BLUE value IS 248 (97.27% from 255) = 41.89%
R=42.06%
G=16.05%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499524800.620.000.02300.3992.7767.45
HexF95FF803E0212c5d43
Octal37113737007602454135103
Binary11111001101111111111000011111001010010110010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95FF8; }

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

 H1.HeaderClassName
 {
   color: #F95FF8;
 }
 .AnyTagClassName
 {
   color: #F95FF8;
 }
</style>
background-color css

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

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

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

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

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

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