Html Css Color HEX #F22960 Radical Red

📋 copy color: '#F22960'

red 242 ◦ green 41 ◦ blue 96

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

Shades of Radical Red #F22960

Tints of Radical Red #F22960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.33%

R = 63.85%
G = 10.82%
B = 25.33%

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

#F22960 (or 0xF22960) is known color: Radical Red. HEX triplet: F2, 29 and 60. RGB value is (242,41,96). Sum of RGB (Red+Green+Blue) = 242+41+96=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F22960 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22960 is #0DD69F. Grayscale: #6B6B6B. Windows color (decimal): -906912 or 6302194. OLE color: 6302194.

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

Color convert

RGB 242 41 96 -
CMYK 0 0.83 0.60 0.05
HSL 343.58º 0.89% 0.55% -
HSV(B) 343.58º 0.83% 0.95% -
XYZ 39.52 21.31 13.1 -
YUV 107.37 121.59 224.03 -
System Red Green Blue C M Y K H S L
Decimal 242 41 96 0 0.83 0.60 0.05 343.58 0.89 0.55
Hex F2 29 60 0 53 3C 5 158 59 37
Octal 362 51 140 0 123 74 5 530 131 67
Binary 11110010 101001 1100000 0 1010011 111100 101 101011000 1011001 110111

Color Harmonies of #F22960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22960

Black with #F22960

Text Example


Text Example

White with #F22960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22960; }

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

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

background-color css

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

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

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

border-color css

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

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

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