Html Css Color HEX #F05552 Flamingo

📋 copy color: '#F05552'

red 240 ◦ green 85 ◦ blue 82

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

Shades of Flamingo #F05552

Tints of Flamingo #F05552

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.88%

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

R = 58.97%
G = 20.88%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F05552 (or 0xF05552) is known color: Flamingo. HEX triplet: F0, 55 and 52. RGB value is (240,85,82). Sum of RGB (Red+Green+Blue) = 240+85+82=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F05552 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05552 is #0FAAAD. Grayscale: #838383. Windows color (decimal): -1026734 or 5395952. OLE color: 5395952.

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

Color convert

RGB 240 85 82 -
CMYK 0 0.65 0.66 0.06
HSL 1.14º 0.84% 0.63% -
HSV(B) 1.14º 0.66% 0.94% -
XYZ 40.71 25.63 10.78 -
YUV 131 100.35 205.74 -
System Red Green Blue C M Y K H S L
Decimal 240 85 82 0 0.65 0.66 0.06 1.14 0.84 0.63
Hex F0 55 52 0 41 42 6 1 54 3F
Octal 360 125 122 0 101 102 6 1 124 77
Binary 11110000 1010101 1010010 0 1000001 1000010 110 1 1010100 111111

Color Harmonies of #F05552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05552

Black with #F05552

Text Example


Text Example

White with #F05552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05552; }

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

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

background-color css

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

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

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

border-color css

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

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

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