#F85EF1

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

Shades of Pink Flamingo #F85EF1

Tints of Pink Flamingo #F85EF1

Color information

#F85EF1 (or 0xF85EF1) is unknown color: approx Pink Flamingo. HEX triplet: F8, 5E and F1. RGB value is (248,94,241). Sum of RGB (Red+Green+Blue) = 248+94+241=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 94 (37.11% from 255 or 16.12% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F85EF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85EF1 is #07A10E. Grayscale: #9C9C9C. Windows color (decimal): -499983 or 15818488. OLE color: 15818488.

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

Color convert

RGB24894241-
CMYK00.620.030.03
HSL302.73º91.67%67.06%-
HSV(B)302.73º62.1%97.25%-
XYZ58.5934.3186.75-
YUV156.8175.52193.05-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.54%
GREEN value IS 94 (37.11% from 255) = 16.12%
BLUE value IS 241 (94.53% from 255) = 41.34%
R=42.54%
G=16.12%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489424100.620.030.03302.7391.6767.06
HexF85EF103E3312f5c43
Octal37013636107633457134103
Binary111110001011110111100010111110111110010111110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85EF1; }

 p { color: rgb(248,94,241); }

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

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

 a { background-color: rgb(248,94,241); }

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

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

 span { border-color: rgb(248,94,241); }

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