Html Css Color HEX #F22362 Radical Red

📋 copy color: '#F22362'

red 242 ◦ green 35 ◦ blue 98

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

Shades of Radical Red #F22362

Tints of Radical Red #F22362

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.33%

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

R = 64.53%
G = 9.33%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F22362 (or 0xF22362) is known color: Radical Red. HEX triplet: F2, 23 and 62. RGB value is (242,35,98). Sum of RGB (Red+Green+Blue) = 242+35+98=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F22362 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22362 is #0DDC9D. Grayscale: #686868. Windows color (decimal): -908446 or 6431730. OLE color: 6431730.

HSL color Cylindrical-coordinate representation of color #F22362: hue angle of 341.74º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F22362 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 35 98 -
CMYK 0 0.86 0.60 0.05
HSL 341.74º 0.89% 0.54% -
HSV(B) 341.74º 0.86% 0.95% -
XYZ 39.42 20.96 13.52 -
YUV 104.08 124.58 226.38 -
System Red Green Blue C M Y K H S L
Decimal 242 35 98 0 0.86 0.60 0.05 341.74 0.89 0.54
Hex F2 23 62 0 56 3C 5 156 59 36
Octal 362 43 142 0 126 74 5 526 131 66
Binary 11110010 100011 1100010 0 1010110 111100 101 101010110 1011001 110110

Color Harmonies of #F22362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22362

Black with #F22362

Text Example


Text Example

White with #F22362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22362; }

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

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

background-color css

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

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

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

border-color css

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

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

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