#F85CFF

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

Shades of Pink Flamingo #F85CFF

Tints of Pink Flamingo #F85CFF

Color information

#F85CFF (or 0xF85CFF) is unknown color: approx Pink Flamingo. HEX triplet: F8, 5C and FF. RGB value is (248,92,255). Sum of RGB (Red+Green+Blue) = 248+92+255=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 92 (36.33% from 255 or 15.46% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #F85CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85CFF is #07A300. Grayscale: #9C9C9C. Windows color (decimal): -500481 or 16735480. OLE color: 16735480.

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

Color convert

RGB24892255-
CMYK0.030.6400
HSL297.42º100%68.04%-
HSV(B)297.42º63.92%100%-
XYZ60.5934.8398.14-
YUV157.23183.18192.75-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.68%
GREEN value IS 92 (36.33% from 255) = 15.46%
BLUE value IS 255 (100% from 255) = 42.86%
R=41.68%
G=15.46%
B=42.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal248922550.030.6400297.4210068.04
HexF85CFF340001296444
Octal370134377310000451144104
Binary111110001011100111111111110000000010010100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85CFF; }

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

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

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

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

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

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

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

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