Html Css Color HEX #F24C50 Radical Red

📋 copy color: '#F24C50'

red 242 ◦ green 76 ◦ blue 80

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

Shades of Radical Red #F24C50

Tints of Radical Red #F24C50

RGB

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

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

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

R = 60.8%
G = 19.1%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F24C50 (or 0xF24C50) is known color: Radical Red. HEX triplet: F2, 4C and 50. RGB value is (242,76,80). Sum of RGB (Red+Green+Blue) = 242+76+80=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24C50 is #0DB3AF. Grayscale: #7E7E7E. Windows color (decimal): -897968 or 5262578. OLE color: 5262578.

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

Color convert

RGB 242 76 80 -
CMYK 0 0.69 0.67 0.05
HSL 358.55º 0.86% 0.62% -
HSV(B) 358.55º 0.69% 0.95% -
XYZ 40.65 24.63 10.2 -
YUV 126.09 102 210.67 -
System Red Green Blue C M Y K H S L
Decimal 242 76 80 0 0.69 0.67 0.05 358.55 0.86 0.62
Hex F2 4C 50 0 45 43 5 167 56 3E
Octal 362 114 120 0 105 103 5 547 126 76
Binary 11110010 1001100 1010000 0 1000101 1000011 101 101100111 1010110 111110

Color Harmonies of #F24C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24C50

Black with #F24C50

Text Example


Text Example

White with #F24C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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