Html Css Color HEX #F22A65 Radical Red

📋 copy color: '#F22A65'

red 242 ◦ green 42 ◦ blue 101

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

Shades of Radical Red #F22A65

Tints of Radical Red #F22A65

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.91%

 BLUE value IS 101 (39.84% from 255) = 26.23%

R = 62.86%
G = 10.91%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F22A65 (or 0xF22A65) is known color: Radical Red. HEX triplet: F2, 2A and 65. RGB value is (242,42,101). Sum of RGB (Red+Green+Blue) = 242+42+101=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F22A65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22A65 is #0DD59A. Grayscale: #6C6C6C. Windows color (decimal): -906651 or 6630130. OLE color: 6630130.

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

Color convert

RGB 242 42 101 -
CMYK 0 0.83 0.58 0.05
HSL 342.3º 0.88% 0.56% -
HSV(B) 342.3º 0.83% 0.95% -
XYZ 39.79 21.47 14.36 -
YUV 108.53 123.76 223.2 -
System Red Green Blue C M Y K H S L
Decimal 242 42 101 0 0.83 0.58 0.05 342.3 0.88 0.56
Hex F2 2A 65 0 53 3A 5 156 58 38
Octal 362 52 145 0 123 72 5 526 130 70
Binary 11110010 101010 1100101 0 1010011 111010 101 101010110 1011000 111000

Color Harmonies of #F22A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22A65

Black with #F22A65

Text Example


Text Example

White with #F22A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22A65; }

 p { color: rgb(242,42,101); }

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

background-color css

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

 a { background-color: rgb(242,42,101); }

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

border-color css

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

 span { border-color: rgb(242,42,101); }

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