Html Css Color HEX #F04C50 Radical Red

📋 copy color: '#F04C50'

red 240 ◦ green 76 ◦ blue 80

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

Shades of Radical Red #F04C50

Tints of Radical Red #F04C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.2%

R = 60.61%
G = 19.19%
B = 20.2%

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

#F04C50 (or 0xF04C50) is known color: Radical Red. HEX triplet: F0, 4C and 50. RGB value is (240,76,80). Sum of RGB (Red+Green+Blue) = 240+76+80=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04C50 is #0FB3AF. Grayscale: #7D7D7D. Windows color (decimal): -1029040 or 5262576. OLE color: 5262576.

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

Color convert

RGB 240 76 80 -
CMYK 0 0.68 0.67 0.06
HSL 358.54º 0.85% 0.62% -
HSV(B) 358.54º 0.68% 0.94% -
XYZ 39.97 24.27 10.17 -
YUV 125.49 102.33 209.67 -
System Red Green Blue C M Y K H S L
Decimal 240 76 80 0 0.68 0.67 0.06 358.54 0.85 0.62
Hex F0 4C 50 0 44 43 6 167 55 3E
Octal 360 114 120 0 104 103 6 547 125 76
Binary 11110000 1001100 1010000 0 1000100 1000011 110 101100111 1010101 111110

Color Harmonies of #F04C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04C50

Black with #F04C50

Text Example


Text Example

White with #F04C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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