Html Css Color HEX #F05652 Flamingo

📋 copy color: '#F05652'

red 240 ◦ green 86 ◦ blue 82

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

Shades of Flamingo #F05652

Tints of Flamingo #F05652

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.08%

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

R = 58.82%
G = 21.08%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F05652 (or 0xF05652) is known color: Flamingo. HEX triplet: F0, 56 and 52. RGB value is (240,86,82). Sum of RGB (Red+Green+Blue) = 240+86+82=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F05652 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05652 is #0FA9AD. Grayscale: #838383. Windows color (decimal): -1026478 or 5396208. OLE color: 5396208.

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

Color convert

RGB 240 86 82 -
CMYK 0 0.64 0.66 0.06
HSL 1.52º 0.84% 0.63% -
HSV(B) 1.52º 0.66% 0.94% -
XYZ 40.79 25.79 10.81 -
YUV 131.59 100.02 205.33 -
System Red Green Blue C M Y K H S L
Decimal 240 86 82 0 0.64 0.66 0.06 1.52 0.84 0.63
Hex F0 56 52 0 40 42 6 2 54 3F
Octal 360 126 122 0 100 102 6 2 124 77
Binary 11110000 1010110 1010010 0 1000000 1000010 110 10 1010100 111111

Color Harmonies of #F05652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05652

Black with #F05652

Text Example


Text Example

White with #F05652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05652; }

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

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

background-color css

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

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

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

border-color css

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

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

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