Html Css Color HEX #F22C62 Radical Red

📋 copy color: '#F22C62'

red 242 ◦ green 44 ◦ blue 98

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

Shades of Radical Red #F22C62

Tints of Radical Red #F22C62

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.46%

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

R = 63.02%
G = 11.46%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F22C62 (or 0xF22C62) is known color: Radical Red. HEX triplet: F2, 2C and 62. RGB value is (242,44,98). Sum of RGB (Red+Green+Blue) = 242+44+98=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 44 (17.58% from 255 or 11.46% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22C62 is #0DD39D. Grayscale: #6D6D6D. Windows color (decimal): -906142 or 6434034. OLE color: 6434034.

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

Color convert

RGB 242 44 98 -
CMYK 0 0.82 0.60 0.05
HSL 343.64º 0.88% 0.56% -
HSV(B) 343.64º 0.82% 0.95% -
XYZ 39.72 21.56 13.62 -
YUV 109.36 121.6 222.61 -
System Red Green Blue C M Y K H S L
Decimal 242 44 98 0 0.82 0.60 0.05 343.64 0.88 0.56
Hex F2 2C 62 0 52 3C 5 158 58 38
Octal 362 54 142 0 122 74 5 530 130 70
Binary 11110010 101100 1100010 0 1010010 111100 101 101011000 1011000 111000

Color Harmonies of #F22C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22C62

Black with #F22C62

Text Example


Text Example

White with #F22C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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