Html Css Color HEX #F24C5D Radical Red

📋 copy color: '#F24C5D'

red 242 ◦ green 76 ◦ blue 93

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

Shades of Radical Red #F24C5D

Tints of Radical Red #F24C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.63%

R = 58.88%
G = 18.49%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F24C5D (or 0xF24C5D) is known color: Radical Red. HEX triplet: F2, 4C and 5D. RGB value is (242,76,93). Sum of RGB (Red+Green+Blue) = 242+76+93=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24C5D is #0DB3A2. Grayscale: #7F7F7F. Windows color (decimal): -897955 or 6114546. OLE color: 6114546.

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

Color convert

RGB 242 76 93 -
CMYK 0 0.69 0.62 0.05
HSL 353.86º 0.86% 0.62% -
HSV(B) 353.86º 0.69% 0.95% -
XYZ 41.18 24.84 12.98 -
YUV 127.57 108.5 209.62 -
System Red Green Blue C M Y K H S L
Decimal 242 76 93 0 0.69 0.62 0.05 353.86 0.86 0.62
Hex F2 4C 5D 0 45 3E 5 162 56 3E
Octal 362 114 135 0 105 76 5 542 126 76
Binary 11110010 1001100 1011101 0 1000101 111110 101 101100010 1010110 111110

Color Harmonies of #F24C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24C5D

Black with #F24C5D

Text Example


Text Example

White with #F24C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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