#F85DEB

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

Shades of Pink Flamingo #F85DEB

Tints of Pink Flamingo #F85DEB

Color information

#F85DEB (or 0xF85DEB) is unknown color: approx Pink Flamingo. HEX triplet: F8, 5D and EB. RGB value is (248,93,235). Sum of RGB (Red+Green+Blue) = 248+93+235=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 93 (36.72% from 255 or 16.15% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 248 - color contains mainly: red. Hex color #F85DEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85DEB is #07A214. Grayscale: #9B9B9B. Windows color (decimal): -500245 or 15425016. OLE color: 15425016.

HSL color Cylindrical-coordinate representation of color #F85DEB: hue angle of 305.03º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F85DEB is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB24893235-
CMYK00.620.050.03
HSL305.03º91.72%66.86%-
HSV(B)305.03º62.5%97.25%-
XYZ57.6233.7882.08-
YUV155.53172.85193.95-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.06%
GREEN value IS 93 (36.72% from 255) = 16.15%
BLUE value IS 235 (92.19% from 255) = 40.80%
R=43.06%
G=16.15%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489323500.620.050.03305.0391.7266.86
HexF85DEB03E531315c43
Octal37013535307653461134103
Binary1111100010111011110101101111101011110011000110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85DEB; }

 p { color: rgb(248,93,235); }

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

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

 a { background-color: rgb(248,93,235); }

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

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

 span { border-color: rgb(248,93,235); }

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