#F85DFD

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

Shades of Pink Flamingo #F85DFD

Tints of Pink Flamingo #F85DFD

Color information

#F85DFD (or 0xF85DFD) is unknown color: approx Pink Flamingo. HEX triplet: F8, 5D and FD. RGB value is (248,93,253). Sum of RGB (Red+Green+Blue) = 248+93+253=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 93 (36.72% from 255 or 15.66% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #F85DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85DFD is #07A202. Grayscale: #9D9D9D. Windows color (decimal): -500227 or 16604664. OLE color: 16604664.

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

Color convert

RGB24893253-
CMYK0.020.6300.01
HSL298.12º97.56%67.84%-
HSV(B)298.12º63.24%99.22%-
XYZ60.3634.8896.48-
YUV157.58181.85192.49-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.75%
GREEN value IS 93 (36.72% from 255) = 15.66%
BLUE value IS 253 (99.22% from 255) = 42.59%
R=41.75%
G=15.66%
B=42.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal248932530.020.6300.01298.1297.5667.84
HexF85DFD23F0112a6244
Octal37013537527701452142104
Binary11111000101110111111101101111110110010101011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85DFD; }

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

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

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

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

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

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

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

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