#F95DEE

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

Shades of Pink Flamingo #F95DEE

Tints of Pink Flamingo #F95DEE

Color information

#F95DEE (or 0xF95DEE) is unknown color: approx Pink Flamingo. HEX triplet: F9, 5D and EE. RGB value is (249,93,238). Sum of RGB (Red+Green+Blue) = 249+93+238=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 93 (36.72% from 255 or 16.03% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 249 - color contains mainly: red. Hex color #F95DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F95DEE is #06A211. Grayscale: #9B9B9B. Windows color (decimal): -434706 or 15621625. OLE color: 15621625.

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

Color convert

RGB24993238-
CMYK00.630.040.02
HSL304.23º92.86%67.06%-
HSV(B)304.23º62.65%97.65%-
XYZ58.4134.1484.4-
YUV156.17174.18194.21-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.93%
GREEN value IS 93 (36.72% from 255) = 16.03%
BLUE value IS 238 (93.36% from 255) = 41.03%
R=42.93%
G=16.03%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499323800.630.040.02304.2392.8667.06
HexF95DEE03F421305d43
Octal37113535607742460135103
Binary1111100110111011110111001111111001010011000010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95DEE; }

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

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

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

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

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

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

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

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