Html Css Color HEX #F04C4D Radical Red

📋 copy color: '#F04C4D'

red 240 ◦ green 76 ◦ blue 77

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

Shades of Radical Red #F04C4D

Tints of Radical Red #F04C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.59%

R = 61.07%
G = 19.34%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F04C4D (or 0xF04C4D) is known color: Radical Red. HEX triplet: F0, 4C and 4D. RGB value is (240,76,77). Sum of RGB (Red+Green+Blue) = 240+76+77=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04C4D is #0FB3B2. Grayscale: #7D7D7D. Windows color (decimal): -1029043 or 5065968. OLE color: 5065968.

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

Color convert

RGB 240 76 77 -
CMYK 0 0.68 0.68 0.06
HSL 359.63º 0.85% 0.62% -
HSV(B) 359.63º 0.68% 0.94% -
XYZ 39.86 24.23 9.6 -
YUV 125.15 100.83 209.92 -
System Red Green Blue C M Y K H S L
Decimal 240 76 77 0 0.68 0.68 0.06 359.63 0.85 0.62
Hex F0 4C 4D 0 44 44 6 168 55 3E
Octal 360 114 115 0 104 104 6 550 125 76
Binary 11110000 1001100 1001101 0 1000100 1000100 110 101101000 1010101 111110

Color Harmonies of #F04C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04C4D

Black with #F04C4D

Text Example


Text Example

White with #F04C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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