#F06153

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

Shades of Flamingo #F06153

Tints of Flamingo #F06153

Color information

#F06153 (or 0xF06153) is unknown color: approx Flamingo. HEX triplet: F0, 61 and 53. RGB value is (240,97,83). Sum of RGB (Red+Green+Blue) = 240+97+83=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F06153 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06153 is #0F9EAC. Grayscale: #8A8A8A. Windows color (decimal): -1023661 or 5464560. OLE color: 5464560.

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

Color convert

RGB2409783-
CMYK00.600.650.06
HSL5.35º83.96%63.33%-
HSV(B)5.35º65.42%94.12%-
XYZ41.7727.711.33-
YUV138.1696.88200.64-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.14%
GREEN value IS 97 (38.28% from 255) = 23.10%
BLUE value IS 83 (32.81% from 255) = 19.76%
R=57.14%
G=23.10%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240978300.600.650.065.3583.9663.33
HexF0615303C4165543f
Octal3601411230741016512477
Binary1111000011000011010011011110010000011101011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06153; }

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

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

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

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

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

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

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

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