Html Css Color HEX #F24054 Radical Red

📋 copy color: '#F24054'

red 242 ◦ green 64 ◦ blue 84

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

Shades of Radical Red #F24054

Tints of Radical Red #F24054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.54%

R = 62.05%
G = 16.41%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F24054 (or 0xF24054) is known color: Radical Red. HEX triplet: F2, 40 and 54. RGB value is (242,64,84). Sum of RGB (Red+Green+Blue) = 242+64+84=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F24054 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24054 is #0DBFAB. Grayscale: #777777. Windows color (decimal): -901036 or 5521650. OLE color: 5521650.

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

Color convert

RGB 242 64 84 -
CMYK 0 0.74 0.65 0.05
HSL 353.26º 0.87% 0.6% -
HSV(B) 353.26º 0.74% 0.95% -
XYZ 40.05 23.18 10.75 -
YUV 119.5 107.97 215.37 -
System Red Green Blue C M Y K H S L
Decimal 242 64 84 0 0.74 0.65 0.05 353.26 0.87 0.6
Hex F2 40 54 0 4A 41 5 161 57 3C
Octal 362 100 124 0 112 101 5 541 127 74
Binary 11110010 1000000 1010100 0 1001010 1000001 101 101100001 1010111 111100

Color Harmonies of #F24054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24054

Black with #F24054

Text Example


Text Example

White with #F24054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24054; }

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

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

background-color css

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

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

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

border-color css

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

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

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