Html Css Color HEX #F24D5A Radical Red

📋 copy color: '#F24D5A'

red 242 ◦ green 77 ◦ blue 90

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

Shades of Radical Red #F24D5A

Tints of Radical Red #F24D5A

RGB

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

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

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

R = 59.17%
G = 18.83%
B = 22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F24D5A (or 0xF24D5A) is known color: Radical Red. HEX triplet: F2, 4D and 5A. RGB value is (242,77,90). Sum of RGB (Red+Green+Blue) = 242+77+90=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24D5A is #0DB2A5. Grayscale: #7F7F7F. Windows color (decimal): -897702 or 5918194. OLE color: 5918194.

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

Color convert

RGB 242 77 90 -
CMYK 0 0.68 0.63 0.05
HSL 355.27º 0.86% 0.63% -
HSV(B) 355.27º 0.68% 0.95% -
XYZ 41.12 24.92 12.32 -
YUV 127.82 106.66 209.44 -
System Red Green Blue C M Y K H S L
Decimal 242 77 90 0 0.68 0.63 0.05 355.27 0.86 0.63
Hex F2 4D 5A 0 44 3F 5 163 56 3F
Octal 362 115 132 0 104 77 5 543 126 77
Binary 11110010 1001101 1011010 0 1000100 111111 101 101100011 1010110 111111

Color Harmonies of #F24D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24D5A

Black with #F24D5A

Text Example


Text Example

White with #F24D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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