#F85DFA

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

Shades of Pink Flamingo #F85DFA

Tints of Pink Flamingo #F85DFA

Color information

#F85DFA (or 0xF85DFA) is unknown color: approx Pink Flamingo. HEX triplet: F8, 5D and FA. RGB value is (248,93,250). Sum of RGB (Red+Green+Blue) = 248+93+250=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 93 (36.72% from 255 or 15.74% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #F85DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85DFA is #07A205. Grayscale: #9C9C9C. Windows color (decimal): -500230 or 16408056. OLE color: 16408056.

HSL color Cylindrical-coordinate representation of color #F85DFA: hue angle of 299.24º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F85DFA is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24893250-
CMYK0.010.6300.02
HSL299.24º94.01%67.25%-
HSV(B)299.24º62.8%98.04%-
XYZ59.8834.6993.98-
YUV157.24180.35192.73-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.96%
GREEN value IS 93 (36.72% from 255) = 15.74%
BLUE value IS 250 (98.05% from 255) = 42.30%
R=41.96%
G=15.74%
B=42.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal248932500.010.6300.02299.2494.0167.25
HexF85DFA13F0212b5e43
Octal37013537217702453136103
Binary11111000101110111111010111111101010010101110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85DFA; }

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

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

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

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

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

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

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

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