#F85FFA

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

Shades of Pink Flamingo #F85FFA

Tints of Pink Flamingo #F85FFA

Color information

#F85FFA (or 0xF85FFA) is unknown color: approx Pink Flamingo. HEX triplet: F8, 5F and FA. RGB value is (248,95,250). Sum of RGB (Red+Green+Blue) = 248+95+250=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 95 (37.5% from 255 or 16.02% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #F85FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85FFA is #07A005. Grayscale: #9D9D9D. Windows color (decimal): -499718 or 16408568. OLE color: 16408568.

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

Color convert

RGB24895250-
CMYK0.010.6200.02
HSL299.23º93.94%67.65%-
HSV(B)299.23º62%98.04%-
XYZ60.0635.0494.04-
YUV158.42179.69191.9-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.82%
GREEN value IS 95 (37.5% from 255) = 16.02%
BLUE value IS 250 (98.05% from 255) = 42.16%
R=41.82%
G=16.02%
B=42.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal248952500.010.6200.02299.2393.9467.65
HexF85FFA13E0212b5e44
Octal37013737217602453136104
Binary11111000101111111111010111111001010010101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85FFA; }

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

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

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

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

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

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

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

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