Html Css Color HEX #F24262 Radical Red

📋 copy color: '#F24262'

red 242 ◦ green 66 ◦ blue 98

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

Shades of Radical Red #F24262

Tints of Radical Red #F24262

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.26%

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

R = 59.61%
G = 16.26%
B = 24.14%

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

#F24262 (or 0xF24262) is known color: Radical Red. HEX triplet: F2, 42 and 62. RGB value is (242,66,98). Sum of RGB (Red+Green+Blue) = 242+66+98=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 98 (38.67% from 255 or 24.14% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F24262 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24262 is #0DBD9D. Grayscale: #7A7A7A. Windows color (decimal): -900510 or 6439666. OLE color: 6439666.

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

Color convert

RGB 242 66 98 -
CMYK 0 0.73 0.60 0.05
HSL 349.09º 0.87% 0.6% -
HSV(B) 349.09º 0.73% 0.95% -
XYZ 40.77 23.66 13.97 -
YUV 122.27 114.31 213.4 -
System Red Green Blue C M Y K H S L
Decimal 242 66 98 0 0.73 0.60 0.05 349.09 0.87 0.6
Hex F2 42 62 0 49 3C 5 15D 57 3C
Octal 362 102 142 0 111 74 5 535 127 74
Binary 11110010 1000010 1100010 0 1001001 111100 101 101011101 1010111 111100

Color Harmonies of #F24262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24262

Black with #F24262

Text Example


Text Example

White with #F24262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24262; }

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

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

background-color css

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

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

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

border-color css

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

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

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