#F852FC

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

Shades of Pink Flamingo #F852FC

Tints of Pink Flamingo #F852FC

Color information

#F852FC (or 0xF852FC) is unknown color: approx Pink Flamingo. HEX triplet: F8, 52 and FC. RGB value is (248,82,252). Sum of RGB (Red+Green+Blue) = 248+82+252=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 82 (32.42% from 255 or 14.09% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #F852FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F852FC is #07AD03. Grayscale: #969696. Windows color (decimal): -503044 or 16536312. OLE color: 16536312.

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

Color convert

RGB24882252-
CMYK0.020.6700.01
HSL298.59º96.59%65.49%-
HSV(B)298.59º67.46%98.82%-
XYZ59.333.0295.34-
YUV151.01185197.18-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.61%
GREEN value IS 82 (32.42% from 255) = 14.09%
BLUE value IS 252 (98.83% from 255) = 43.30%
R=42.61%
G=14.09%
B=43.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal248822520.020.6700.01298.5996.5965.49
HexF852FC2430112b6141
Octal370122374210301453141101
Binary111110001010010111111001010000110110010101111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F852FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F852FC; }

 p { color: rgb(248,82,252); }

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

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

 a { background-color: rgb(248,82,252); }

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

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

 span { border-color: rgb(248,82,252); }

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