#F855FE

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

Shades of Pink Flamingo #F855FE

Tints of Pink Flamingo #F855FE

Color information

#F855FE (or 0xF855FE) is unknown color: approx Pink Flamingo. HEX triplet: F8, 55 and FE. RGB value is (248,85,254). Sum of RGB (Red+Green+Blue) = 248+85+254=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 85 (33.59% from 255 or 14.48% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #F855FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F855FE is #07AA01. Grayscale: #989898. Windows color (decimal): -502274 or 16668152. OLE color: 16668152.

HSL color Cylindrical-coordinate representation of color #F855FE: hue angle of 297.87º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F855FE is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB24885254-
CMYK0.020.6700.00
HSL297.87º98.83%66.47%-
HSV(B)297.87º66.54%99.61%-
XYZ59.8533.6197.1-
YUV153185195.76-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.25%
GREEN value IS 85 (33.59% from 255) = 14.48%
BLUE value IS 254 (99.61% from 255) = 43.27%
R=42.25%
G=14.48%
B=43.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal248852540.020.6700.00297.8798.8366.47
HexF855FE2430012a6342
Octal370125376210300452143102
Binary111110001010101111111101010000110010010101011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F855FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F855FE; }

 p { color: rgb(248,85,254); }

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

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

 a { background-color: rgb(248,85,254); }

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

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

 span { border-color: rgb(248,85,254); }

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