Html Css Color HEX #F24C5E Radical Red

📋 copy color: '#F24C5E'

red 242 ◦ green 76 ◦ blue 94

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

Shades of Radical Red #F24C5E

Tints of Radical Red #F24C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.82%

R = 58.74%
G = 18.45%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F24C5E (or 0xF24C5E) is known color: Radical Red. HEX triplet: F2, 4C and 5E. RGB value is (242,76,94). Sum of RGB (Red+Green+Blue) = 242+76+94=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24C5E is #0DB3A1. Grayscale: #7F7F7F. Windows color (decimal): -897954 or 6180082. OLE color: 6180082.

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

Color convert

RGB 242 76 94 -
CMYK 0 0.69 0.61 0.05
HSL 353.49º 0.86% 0.62% -
HSV(B) 353.49º 0.69% 0.95% -
XYZ 41.22 24.85 13.21 -
YUV 127.69 109 209.54 -
System Red Green Blue C M Y K H S L
Decimal 242 76 94 0 0.69 0.61 0.05 353.49 0.86 0.62
Hex F2 4C 5E 0 45 3D 5 161 56 3E
Octal 362 114 136 0 105 75 5 541 126 76
Binary 11110010 1001100 1011110 0 1000101 111101 101 101100001 1010110 111110

Color Harmonies of #F24C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24C5E

Black with #F24C5E

Text Example


Text Example

White with #F24C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24C5E; }

 p { color: rgb(242,76,94); }

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

background-color css

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

 a { background-color: rgb(242,76,94); }

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

border-color css

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

 span { border-color: rgb(242,76,94); }

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