Html Css Color HEX #F24F5D Radical Red

📋 copy color: '#F24F5D'

red 242 ◦ green 79 ◦ blue 93

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

Shades of Radical Red #F24F5D

Tints of Radical Red #F24F5D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.08%

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

R = 58.45%
G = 19.08%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F24F5D (or 0xF24F5D) is known color: Radical Red. HEX triplet: F2, 4F and 5D. RGB value is (242,79,93). Sum of RGB (Red+Green+Blue) = 242+79+93=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 79 (31.25% from 255 or 19.08% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24F5D is #0DB0A2. Grayscale: #818181. Windows color (decimal): -897187 or 6115314. OLE color: 6115314.

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

Color convert

RGB 242 79 93 -
CMYK 0 0.67 0.62 0.05
HSL 354.85º 0.86% 0.63% -
HSV(B) 354.85º 0.67% 0.95% -
XYZ 41.39 25.26 13.05 -
YUV 129.33 107.5 208.36 -
System Red Green Blue C M Y K H S L
Decimal 242 79 93 0 0.67 0.62 0.05 354.85 0.86 0.63
Hex F2 4F 5D 0 43 3E 5 163 56 3F
Octal 362 117 135 0 103 76 5 543 126 77
Binary 11110010 1001111 1011101 0 1000011 111110 101 101100011 1010110 111111

Color Harmonies of #F24F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24F5D

Black with #F24F5D

Text Example


Text Example

White with #F24F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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