#F053FC

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

Shades of Pink Flamingo #F053FC

Tints of Pink Flamingo #F053FC

Color information

#F053FC (or 0xF053FC) is unknown color: approx Pink Flamingo. HEX triplet: F0, 53 and FC. RGB value is (240,83,252). Sum of RGB (Red+Green+Blue) = 240+83+252=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 83 (32.81% from 255 or 14.43% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #F053FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F053FC is #0FAC03. Grayscale: #949494. Windows color (decimal): -1027076 or 16536560. OLE color: 16536560.

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

Color convert

RGB24083252-
CMYK0.050.6700.01
HSL295.74º96.57%65.69%-
HSV(B)295.74º67.06%98.82%-
XYZ56.631.7495.24-
YUV149.21186.01192.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.74%
GREEN value IS 83 (32.81% from 255) = 14.43%
BLUE value IS 252 (98.83% from 255) = 43.83%
R=41.74%
G=14.43%
B=43.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal240832520.050.6700.01295.7496.5765.69
HexF053FC543011286142
Octal360123374510301450141102
Binary1111000010100111111110010110000110110010100011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F053FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F053FC; }

 p { color: rgb(240,83,252); }

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

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

 a { background-color: rgb(240,83,252); }

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

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

 span { border-color: rgb(240,83,252); }

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