#F06553

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

Shades of Flamingo #F06553

Tints of Flamingo #F06553

Color information

#F06553 (or 0xF06553) is unknown color: approx Flamingo. HEX triplet: F0, 65 and 53. RGB value is (240,101,83). Sum of RGB (Red+Green+Blue) = 240+101+83=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 83 (32.81% from 255 or 19.58% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F06553 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06553 is #0F9AAC. Grayscale: #8C8C8C. Windows color (decimal): -1022637 or 5465584. OLE color: 5465584.

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

Color convert

RGB24010183-
CMYK00.580.650.06
HSL6.88º83.96%63.33%-
HSV(B)6.88º65.42%94.12%-
XYZ42.1528.4611.45-
YUV140.5195.55198.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.60%
GREEN value IS 101 (39.84% from 255) = 23.82%
BLUE value IS 83 (32.81% from 255) = 19.58%
R=56.60%
G=23.82%
B=19.58%

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
Decimal2401018300.580.650.066.8883.9663.33
HexF0655303A4167543f
Octal3601451230721016712477
Binary1111000011001011010011011101010000011101111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06553; }

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

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

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

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

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

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

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

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