Html Css Color HEX #F04C5A Radical Red

📋 copy color: '#F04C5A'

red 240 ◦ green 76 ◦ blue 90

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

Shades of Radical Red #F04C5A

Tints of Radical Red #F04C5A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.72%

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

R = 59.11%
G = 18.72%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F04C5A (or 0xF04C5A) is known color: Radical Red. HEX triplet: F0, 4C and 5A. RGB value is (240,76,90). Sum of RGB (Red+Green+Blue) = 240+76+90=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04C5A is #0FB3A5. Grayscale: #7E7E7E. Windows color (decimal): -1029030 or 5917936. OLE color: 5917936.

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

Color convert

RGB 240 76 90 -
CMYK 0 0.68 0.62 0.06
HSL 354.88º 0.85% 0.62% -
HSV(B) 354.88º 0.68% 0.94% -
XYZ 40.37 24.43 12.26 -
YUV 126.63 107.33 208.86 -
System Red Green Blue C M Y K H S L
Decimal 240 76 90 0 0.68 0.62 0.06 354.88 0.85 0.62
Hex F0 4C 5A 0 44 3E 6 163 55 3E
Octal 360 114 132 0 104 76 6 543 125 76
Binary 11110000 1001100 1011010 0 1000100 111110 110 101100011 1010101 111110

Color Harmonies of #F04C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04C5A

Black with #F04C5A

Text Example


Text Example

White with #F04C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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