#F95FEE

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

Shades of Pink Flamingo #F95FEE

Tints of Pink Flamingo #F95FEE

Color information

#F95FEE (or 0xF95FEE) is unknown color: approx Pink Flamingo. HEX triplet: F9, 5F and EE. RGB value is (249,95,238). Sum of RGB (Red+Green+Blue) = 249+95+238=582 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.78% from 582); Green value is 95 (37.5% from 255 or 16.32% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 249 - color contains mainly: red. Hex color #F95FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F95FEE is #06A011. Grayscale: #9C9C9C. Windows color (decimal): -434194 or 15622137. OLE color: 15622137.

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

Color convert

RGB24995238-
CMYK00.620.040.02
HSL304.29º92.77%67.45%-
HSV(B)304.29º61.85%97.65%-
XYZ58.5934.584.46-
YUV157.35173.52193.37-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.78%
GREEN value IS 95 (37.5% from 255) = 16.32%
BLUE value IS 238 (93.36% from 255) = 40.89%
R=42.78%
G=16.32%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499523800.620.040.02304.2992.7767.45
HexF95FEE03E421305d43
Octal37113735607642460135103
Binary1111100110111111110111001111101001010011000010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95FEE; }

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

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

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

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

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

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

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

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