Html Css Color HEX #F24550 Radical Red

📋 copy color: '#F24550'

red 242 ◦ green 69 ◦ blue 80

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

Shades of Radical Red #F24550

Tints of Radical Red #F24550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.65%

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

R = 61.89%
G = 17.65%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F24550 (or 0xF24550) is known color: Radical Red. HEX triplet: F2, 45 and 50. RGB value is (242,69,80). Sum of RGB (Red+Green+Blue) = 242+69+80=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F24550 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24550 is #0DBAAF. Grayscale: #7A7A7A. Windows color (decimal): -899760 or 5260786. OLE color: 5260786.

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

Color convert

RGB 242 69 80 -
CMYK 0 0.71 0.67 0.05
HSL 356.19º 0.87% 0.61% -
HSV(B) 356.19º 0.71% 0.95% -
XYZ 40.19 23.71 10.05 -
YUV 121.98 104.31 213.61 -
System Red Green Blue C M Y K H S L
Decimal 242 69 80 0 0.71 0.67 0.05 356.19 0.87 0.61
Hex F2 45 50 0 47 43 5 164 57 3D
Octal 362 105 120 0 107 103 5 544 127 75
Binary 11110010 1000101 1010000 0 1000111 1000011 101 101100100 1010111 111101

Color Harmonies of #F24550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24550

Black with #F24550

Text Example


Text Example

White with #F24550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24550; }

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

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

background-color css

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

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

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

border-color css

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

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

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