#F06453

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

Shades of Flamingo #F06453

Tints of Flamingo #F06453

Color information

#F06453 (or 0xF06453) is unknown color: approx Flamingo. HEX triplet: F0, 64 and 53. RGB value is (240,100,83). Sum of RGB (Red+Green+Blue) = 240+100+83=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F06453 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06453 is #0F9BAC. Grayscale: #8C8C8C. Windows color (decimal): -1022893 or 5465328. OLE color: 5465328.

HSL color Cylindrical-coordinate representation of color #F06453: hue angle of 6.5º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F06453 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB24010083-
CMYK00.580.650.06
HSL6.5º83.96%63.33%-
HSV(B)6.5º65.42%94.12%-
XYZ42.0528.2611.42-
YUV139.9295.88199.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.74%
GREEN value IS 100 (39.45% from 255) = 23.64%
BLUE value IS 83 (32.81% from 255) = 19.62%
R=56.74%
G=23.64%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401008300.580.650.066.583.9663.33
HexF0645303A4166543f
Octal3601441230721016612477
Binary1111000011001001010011011101010000011101101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06453; }

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

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

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

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

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

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

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

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