Html Css Color HEX #F06052 Flamingo

📋 copy color: '#F06052'

red 240 ◦ green 96 ◦ blue 82

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

Shades of Flamingo #F06052

Tints of Flamingo #F06052

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.97%

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

R = 57.42%
G = 22.97%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F06052 (or 0xF06052) is known color: Flamingo. HEX triplet: F0, 60 and 52. RGB value is (240,96,82). Sum of RGB (Red+Green+Blue) = 240+96+82=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F06052 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06052 is #0F9FAD. Grayscale: #898989. Windows color (decimal): -1023918 or 5398768. OLE color: 5398768.

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

Color convert

RGB 240 96 82 -
CMYK 0 0.6 0.66 0.06
HSL 5.32º 0.84% 0.63% -
HSV(B) 5.32º 0.66% 0.94% -
XYZ 41.64 27.5 11.1 -
YUV 137.46 96.71 201.14 -
System Red Green Blue C M Y K H S L
Decimal 240 96 82 0 0.6 0.66 0.06 5.32 0.84 0.63
Hex F0 60 52 0 3C 42 6 5 54 3F
Octal 360 140 122 0 74 102 6 5 124 77
Binary 11110000 1100000 1010010 0 111100 1000010 110 101 1010100 111111

Color Harmonies of #F06052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06052

Black with #F06052

Text Example


Text Example

White with #F06052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06052; }

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

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

background-color css

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

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

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

border-color css

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

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

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