Html Css Color HEX #F22072 Ruby

📋 copy color: '#F22072'

red 242 ◦ green 32 ◦ blue 114

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

Shades of Ruby #F22072

Tints of Ruby #F22072

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.25%

 BLUE value IS 114 (44.92% from 255) = 29.38%

R = 62.37%
G = 8.25%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F22072 (or 0xF22072) is known color: Ruby. HEX triplet: F2, 20 and 72. RGB value is (242,32,114). Sum of RGB (Red+Green+Blue) = 242+32+114=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F22072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22072 is #0DDF8D. Grayscale: #686868. Windows color (decimal): -909198 or 7479538. OLE color: 7479538.

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

Color convert

RGB 242 32 114 -
CMYK 0 0.87 0.53 0.05
HSL 336.57º 0.89% 0.54% -
HSV(B) 336.57º 0.87% 0.95% -
XYZ 40.17 21.13 17.88 -
YUV 104.14 133.57 226.33 -
System Red Green Blue C M Y K H S L
Decimal 242 32 114 0 0.87 0.53 0.05 336.57 0.89 0.54
Hex F2 20 72 0 57 35 5 151 59 36
Octal 362 40 162 0 127 65 5 521 131 66
Binary 11110010 100000 1110010 0 1010111 110101 101 101010001 1011001 110110

Color Harmonies of #F22072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22072

Black with #F22072

Text Example


Text Example

White with #F22072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22072; }

 p { color: rgb(242,32,114); }

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

background-color css

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

 a { background-color: rgb(242,32,114); }

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

border-color css

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

 span { border-color: rgb(242,32,114); }

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