Html Css Color HEX #F05C5A Flamingo

📋 copy color: '#F05C5A'

red 240 ◦ green 92 ◦ blue 90

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

Shades of Flamingo #F05C5A

Tints of Flamingo #F05C5A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.8%

 BLUE value IS 90 (35.55% from 255) = 21.33%

R = 56.87%
G = 21.8%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F05C5A (or 0xF05C5A) is known color: Flamingo. HEX triplet: F0, 5C and 5A. RGB value is (240,92,90). Sum of RGB (Red+Green+Blue) = 240+92+90=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05C5A is #0FA3A5. Grayscale: #888888. Windows color (decimal): -1024934 or 5922032. OLE color: 5922032.

HSL color Cylindrical-coordinate representation of color #F05C5A: hue angle of 0.8º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05C5A is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 92 90 -
CMYK 0 0.62 0.62 0.06
HSL 0.8º 0.83% 0.65% -
HSV(B) 0.8º 0.63% 0.94% -
XYZ 41.61 26.92 12.68 -
YUV 136.02 102.03 202.16 -
System Red Green Blue C M Y K H S L
Decimal 240 92 90 0 0.62 0.62 0.06 0.8 0.83 0.65
Hex F0 5C 5A 0 3E 3E 6 1 53 41
Octal 360 134 132 0 76 76 6 1 123 101
Binary 11110000 1011100 1011010 0 111110 111110 110 1 1010011 1000001

Color Harmonies of #F05C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05C5A

Black with #F05C5A

Text Example


Text Example

White with #F05C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05C5A; }

 p { color: rgb(240,92,90); }

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

background-color css

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

 a { background-color: rgb(240,92,90); }

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

border-color css

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

 span { border-color: rgb(240,92,90); }

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