Html Css Color HEX #F22F5B Radical Red

📋 copy color: '#F22F5B'

red 242 ◦ green 47 ◦ blue 91

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

Shades of Radical Red #F22F5B

Tints of Radical Red #F22F5B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.37%

 BLUE value IS 91 (35.94% from 255) = 23.95%

R = 63.68%
G = 12.37%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F22F5B (or 0xF22F5B) is known color: Radical Red. HEX triplet: F2, 2F and 5B. RGB value is (242,47,91). Sum of RGB (Red+Green+Blue) = 242+47+91=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 47 (18.75% from 255 or 12.37% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F22F5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22F5B is #0DD0A4. Grayscale: #6E6E6E. Windows color (decimal): -905381 or 5976050. OLE color: 5976050.

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

Color convert

RGB 242 47 91 -
CMYK 0 0.81 0.62 0.05
HSL 346.46º 0.88% 0.57% -
HSV(B) 346.46º 0.81% 0.95% -
XYZ 39.52 21.67 12 -
YUV 110.32 117.1 221.92 -
System Red Green Blue C M Y K H S L
Decimal 242 47 91 0 0.81 0.62 0.05 346.46 0.88 0.57
Hex F2 2F 5B 0 51 3E 5 15A 58 39
Octal 362 57 133 0 121 76 5 532 130 71
Binary 11110010 101111 1011011 0 1010001 111110 101 101011010 1011000 111001

Color Harmonies of #F22F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22F5B

Black with #F22F5B

Text Example


Text Example

White with #F22F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22F5B; }

 p { color: rgb(242,47,91); }

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

background-color css

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

 a { background-color: rgb(242,47,91); }

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

border-color css

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

 span { border-color: rgb(242,47,91); }

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