Html Css Color HEX #F06552 Flamingo

📋 copy color: '#F06552'

red 240 ◦ green 101 ◦ blue 82

#F06552
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flamingo #F06552

Tints of Flamingo #F06552

RGB

 RED value IS 240 (94.14% from 255) = 56.74%

 GREEN value IS 101 (39.84% from 255) = 23.88%

 BLUE value IS 82 (32.42% from 255) = 19.39%

R = 56.74%
G = 23.88%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F06552 (or 0xF06552) is known color: Flamingo. HEX triplet: F0, 65 and 52. RGB value is (240,101,82). Sum of RGB (Red+Green+Blue) = 240+101+82=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F06552 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06552 is #0F9AAD. Grayscale: #8C8C8C. Windows color (decimal): -1022638 or 5400048. OLE color: 5400048.

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

Color convert

RGB 240 101 82 -
CMYK 0 0.58 0.66 0.06
HSL 7.22º 0.84% 0.63% -
HSV(B) 7.22º 0.66% 0.94% -
XYZ 42.11 28.44 11.25 -
YUV 140.4 95.05 199.04 -
System Red Green Blue C M Y K H S L
Decimal 240 101 82 0 0.58 0.66 0.06 7.22 0.84 0.63
Hex F0 65 52 0 3A 42 6 7 54 3F
Octal 360 145 122 0 72 102 6 7 124 77
Binary 11110000 1100101 1010010 0 111010 1000010 110 111 1010100 111111

Color Harmonies of #F06552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06552

Black with #F06552

Text Example


Text Example

White with #F06552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06552; }

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

 H1.HeaderClassName
 {
   color: #F06552;
 }
 .AnyTagClassName
 {
   color: #F06552;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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