Html Css Color HEX #F24162 Radical Red

📋 copy color: '#F24162'

red 242 ◦ green 65 ◦ blue 98

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

Shades of Radical Red #F24162

Tints of Radical Red #F24162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.2%

R = 59.75%
G = 16.05%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F24162 (or 0xF24162) is known color: Radical Red. HEX triplet: F2, 41 and 62. RGB value is (242,65,98). Sum of RGB (Red+Green+Blue) = 242+65+98=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 98 (38.67% from 255 or 24.20% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F24162 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24162 is #0DBE9D. Grayscale: #797979. Windows color (decimal): -900766 or 6439410. OLE color: 6439410.

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

Color convert

RGB 242 65 98 -
CMYK 0 0.73 0.60 0.05
HSL 348.81º 0.87% 0.6% -
HSV(B) 348.81º 0.73% 0.95% -
XYZ 40.71 23.54 13.95 -
YUV 121.69 114.64 213.82 -
System Red Green Blue C M Y K H S L
Decimal 242 65 98 0 0.73 0.60 0.05 348.81 0.87 0.6
Hex F2 41 62 0 49 3C 5 15D 57 3C
Octal 362 101 142 0 111 74 5 535 127 74
Binary 11110010 1000001 1100010 0 1001001 111100 101 101011101 1010111 111100

Color Harmonies of #F24162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24162

Black with #F24162

Text Example


Text Example

White with #F24162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24162; }

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

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

background-color css

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

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

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

border-color css

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

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

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