Html Css Color HEX #F04C4F Radical Red

📋 copy color: '#F04C4F'

red 240 ◦ green 76 ◦ blue 79

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

Shades of Radical Red #F04C4F

Tints of Radical Red #F04C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20%

R = 60.76%
G = 19.24%
B = 20%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F04C4F (or 0xF04C4F) is known color: Radical Red. HEX triplet: F0, 4C and 4F. RGB value is (240,76,79). Sum of RGB (Red+Green+Blue) = 240+76+79=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04C4F is #0FB3B0. Grayscale: #7D7D7D. Windows color (decimal): -1029041 or 5197040. OLE color: 5197040.

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

Color convert

RGB 240 76 79 -
CMYK 0 0.68 0.67 0.06
HSL 358.9º 0.85% 0.62% -
HSV(B) 358.9º 0.68% 0.94% -
XYZ 39.93 24.26 9.97 -
YUV 125.38 101.83 209.76 -
System Red Green Blue C M Y K H S L
Decimal 240 76 79 0 0.68 0.67 0.06 358.9 0.85 0.62
Hex F0 4C 4F 0 44 43 6 167 55 3E
Octal 360 114 117 0 104 103 6 547 125 76
Binary 11110000 1001100 1001111 0 1000100 1000011 110 101100111 1010101 111110

Color Harmonies of #F04C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04C4F

Black with #F04C4F

Text Example


Text Example

White with #F04C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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