#F85CFE

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

Shades of Pink Flamingo #F85CFE

Tints of Pink Flamingo #F85CFE

Color information

#F85CFE (or 0xF85CFE) is unknown color: approx Pink Flamingo. HEX triplet: F8, 5C and FE. RGB value is (248,92,254). Sum of RGB (Red+Green+Blue) = 248+92+254=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 92 (36.33% from 255 or 15.49% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #F85CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85CFE is #07A301. Grayscale: #9C9C9C. Windows color (decimal): -500482 or 16669944. OLE color: 16669944.

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

Color convert

RGB24892254-
CMYK0.020.6400.00
HSL297.78º98.78%67.84%-
HSV(B)297.78º63.78%99.61%-
XYZ60.4334.7797.29-
YUV157.11182.68192.83-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.75%
GREEN value IS 92 (36.33% from 255) = 15.49%
BLUE value IS 254 (99.61% from 255) = 42.76%
R=41.75%
G=15.49%
B=42.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal248922540.020.6400.00297.7898.7867.84
HexF85CFE2400012a6344
Octal370134376210000452143104
Binary111110001011100111111101010000000010010101011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85CFE; }

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

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

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

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

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

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

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

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