#F06053

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

Shades of Flamingo #F06053

Tints of Flamingo #F06053

Color information

#F06053 (or 0xF06053) is unknown color: approx Flamingo. HEX triplet: F0, 60 and 53. RGB value is (240,96,83). Sum of RGB (Red+Green+Blue) = 240+96+83=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F06053 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06053 is #0F9FAC. Grayscale: #898989. Windows color (decimal): -1023917 or 5464304. OLE color: 5464304.

HSL color Cylindrical-coordinate representation of color #F06053: hue angle of 4.97º 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 #F06053 is Cyan = 0, Magento = 0.6, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB2409683-
CMYK00.60.650.06
HSL4.97º83.96%63.33%-
HSV(B)4.97º65.42%94.12%-
XYZ41.6827.5211.3-
YUV137.5797.21201.06-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.28%
GREEN value IS 96 (37.89% from 255) = 22.91%
BLUE value IS 83 (32.81% from 255) = 19.81%
R=57.28%
G=22.91%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240968300.60.650.064.9783.9663.33
HexF0605303C4165543f
Octal3601401230741016512477
Binary1111000011000001010011011110010000011101011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06053; }

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

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

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

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

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

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

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

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