#F453FC

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

Shades of Pink Flamingo #F453FC

Tints of Pink Flamingo #F453FC

Color information

#F453FC (or 0xF453FC) is unknown color: approx Pink Flamingo. HEX triplet: F4, 53 and FC. RGB value is (244,83,252). Sum of RGB (Red+Green+Blue) = 244+83+252=579 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.14% from 579); Green value is 83 (32.81% from 255 or 14.34% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #F453FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F453FC is #0BAC03. Grayscale: #959595. Windows color (decimal): -764932 or 16536564. OLE color: 16536564.

HSL color Cylindrical-coordinate representation of color #F453FC: hue angle of 297.16º 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 #F453FC is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB24483252-
CMYK0.030.6700.01
HSL297.16º96.57%65.69%-
HSV(B)297.16º67.06%98.82%-
XYZ57.9732.4595.3-
YUV150.4185.34194.76-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.14%
GREEN value IS 83 (32.81% from 255) = 14.34%
BLUE value IS 252 (98.83% from 255) = 43.52%
R=42.14%
G=14.34%
B=43.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal244832520.030.6700.01297.1696.5765.69
HexF453FC343011296142
Octal364123374310301451141102
Binary111101001010011111111001110000110110010100111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F453FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F453FC; }

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

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

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

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

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

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

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

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