Html Css Color HEX #F22962 Radical Red

📋 copy color: '#F22962'

red 242 ◦ green 41 ◦ blue 98

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

Shades of Radical Red #F22962

Tints of Radical Red #F22962

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.76%

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

R = 63.52%
G = 10.76%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F22962 (or 0xF22962) is known color: Radical Red. HEX triplet: F2, 29 and 62. RGB value is (242,41,98). Sum of RGB (Red+Green+Blue) = 242+41+98=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F22962 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22962 is #0DD69D. Grayscale: #6B6B6B. Windows color (decimal): -906910 or 6433266. OLE color: 6433266.

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

Color convert

RGB 242 41 98 -
CMYK 0 0.83 0.60 0.05
HSL 342.99º 0.89% 0.55% -
HSV(B) 342.99º 0.83% 0.95% -
XYZ 39.62 21.34 13.59 -
YUV 107.6 122.59 223.87 -
System Red Green Blue C M Y K H S L
Decimal 242 41 98 0 0.83 0.60 0.05 342.99 0.89 0.55
Hex F2 29 62 0 53 3C 5 157 59 37
Octal 362 51 142 0 123 74 5 527 131 67
Binary 11110010 101001 1100010 0 1010011 111100 101 101010111 1011001 110111

Color Harmonies of #F22962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22962

Black with #F22962

Text Example


Text Example

White with #F22962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22962; }

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

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

background-color css

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

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

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

border-color css

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

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

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