Html Css Color HEX #F22E65 Radical Red

📋 copy color: '#F22E65'

red 242 ◦ green 46 ◦ blue 101

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

Shades of Radical Red #F22E65

Tints of Radical Red #F22E65

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.83%

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

R = 62.21%
G = 11.83%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F22E65 (or 0xF22E65) is known color: Radical Red. HEX triplet: F2, 2E and 65. RGB value is (242,46,101). Sum of RGB (Red+Green+Blue) = 242+46+101=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F22E65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22E65 is #0DD19A. Grayscale: #6E6E6E. Windows color (decimal): -905627 or 6631154. OLE color: 6631154.

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

Color convert

RGB 242 46 101 -
CMYK 0 0.81 0.58 0.05
HSL 343.16º 0.88% 0.56% -
HSV(B) 343.16º 0.81% 0.95% -
XYZ 39.94 21.77 14.41 -
YUV 110.87 122.43 221.53 -
System Red Green Blue C M Y K H S L
Decimal 242 46 101 0 0.81 0.58 0.05 343.16 0.88 0.56
Hex F2 2E 65 0 51 3A 5 157 58 38
Octal 362 56 145 0 121 72 5 527 130 70
Binary 11110010 101110 1100101 0 1010001 111010 101 101010111 1011000 111000

Color Harmonies of #F22E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22E65

Black with #F22E65

Text Example


Text Example

White with #F22E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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