Html Css Color HEX #F24154 Radical Red

📋 copy color: '#F24154'

red 242 ◦ green 65 ◦ blue 84

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

Shades of Radical Red #F24154

Tints of Radical Red #F24154

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.62%

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

R = 61.89%
G = 16.62%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F24154 (or 0xF24154) is known color: Radical Red. HEX triplet: F2, 41 and 54. RGB value is (242,65,84). Sum of RGB (Red+Green+Blue) = 242+65+84=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F24154 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24154 is #0DBEAB. Grayscale: #787878. Windows color (decimal): -900780 or 5521906. OLE color: 5521906.

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

Color convert

RGB 242 65 84 -
CMYK 0 0.73 0.65 0.05
HSL 353.56º 0.87% 0.6% -
HSV(B) 353.56º 0.73% 0.95% -
XYZ 40.11 23.3 10.77 -
YUV 120.09 107.64 214.96 -
System Red Green Blue C M Y K H S L
Decimal 242 65 84 0 0.73 0.65 0.05 353.56 0.87 0.6
Hex F2 41 54 0 49 41 5 162 57 3C
Octal 362 101 124 0 111 101 5 542 127 74
Binary 11110010 1000001 1010100 0 1001001 1000001 101 101100010 1010111 111100

Color Harmonies of #F24154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24154

Black with #F24154

Text Example


Text Example

White with #F24154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24154; }

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

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

background-color css

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

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

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

border-color css

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

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

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