Html Css Color HEX #F24D4E Radical Red

📋 copy color: '#F24D4E'

red 242 ◦ green 77 ◦ blue 78

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

Shades of Radical Red #F24D4E

Tints of Radical Red #F24D4E

RGB

 RED value IS 242 (94.92% from 255) = 60.96%

 GREEN value IS 77 (30.47% from 255) = 19.4%

 BLUE value IS 78 (30.86% from 255) = 19.65%

R = 60.96%
G = 19.4%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F24D4E (or 0xF24D4E) is known color: Radical Red. HEX triplet: F2, 4D and 4E. RGB value is (242,77,78). Sum of RGB (Red+Green+Blue) = 242+77+78=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24D4E is #0DB2B1. Grayscale: #7E7E7E. Windows color (decimal): -897714 or 5131762. OLE color: 5131762.

HSL color Cylindrical-coordinate representation of color #F24D4E: hue angle of 359.64º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F24D4E is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 77 78 -
CMYK 0 0.68 0.68 0.05
HSL 359.64º 0.86% 0.63% -
HSV(B) 359.64º 0.68% 0.95% -
XYZ 40.65 24.74 9.84 -
YUV 126.45 100.66 210.42 -
System Red Green Blue C M Y K H S L
Decimal 242 77 78 0 0.68 0.68 0.05 359.64 0.86 0.63
Hex F2 4D 4E 0 44 44 5 168 56 3F
Octal 362 115 116 0 104 104 5 550 126 77
Binary 11110010 1001101 1001110 0 1000100 1000100 101 101101000 1010110 111111

Color Harmonies of #F24D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24D4E

Black with #F24D4E

Text Example


Text Example

White with #F24D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24D4E; }

 p { color: rgb(242,77,78); }

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

background-color css

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

 a { background-color: rgb(242,77,78); }

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

border-color css

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

 span { border-color: rgb(242,77,78); }

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