Html Css Color HEX #F24050 Radical Red

📋 copy color: '#F24050'

red 242 ◦ green 64 ◦ blue 80

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

Shades of Radical Red #F24050

Tints of Radical Red #F24050

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.58%

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

R = 62.69%
G = 16.58%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F24050 (or 0xF24050) is known color: Radical Red. HEX triplet: F2, 40 and 50. RGB value is (242,64,80). Sum of RGB (Red+Green+Blue) = 242+64+80=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F24050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24050 is #0DBFAF. Grayscale: #777777. Windows color (decimal): -901040 or 5259506. OLE color: 5259506.

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

Color convert

RGB 242 64 80 -
CMYK 0 0.74 0.67 0.05
HSL 354.61º 0.87% 0.6% -
HSV(B) 354.61º 0.74% 0.95% -
XYZ 39.9 23.12 9.95 -
YUV 119.05 105.97 215.7 -
System Red Green Blue C M Y K H S L
Decimal 242 64 80 0 0.74 0.67 0.05 354.61 0.87 0.6
Hex F2 40 50 0 4A 43 5 163 57 3C
Octal 362 100 120 0 112 103 5 543 127 74
Binary 11110010 1000000 1010000 0 1001010 1000011 101 101100011 1010111 111100

Color Harmonies of #F24050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24050

Black with #F24050

Text Example


Text Example

White with #F24050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24050; }

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

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

background-color css

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

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

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

border-color css

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

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

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