Html Css Color HEX #F22077 Ruby

📋 copy color: '#F22077'

red 242 ◦ green 32 ◦ blue 119

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

Shades of Ruby #F22077

Tints of Ruby #F22077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.28%

R = 61.58%
G = 8.14%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F22077 (or 0xF22077) is known color: Ruby. HEX triplet: F2, 20 and 77. RGB value is (242,32,119). Sum of RGB (Red+Green+Blue) = 242+32+119=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F22077 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22077 is #0DDF88. Grayscale: #686868. Windows color (decimal): -909193 or 7807218. OLE color: 7807218.

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

Color convert

RGB 242 32 119 -
CMYK 0 0.87 0.51 0.05
HSL 335.14º 0.89% 0.54% -
HSV(B) 335.14º 0.87% 0.95% -
XYZ 40.46 21.24 19.42 -
YUV 104.71 136.07 225.93 -
System Red Green Blue C M Y K H S L
Decimal 242 32 119 0 0.87 0.51 0.05 335.14 0.89 0.54
Hex F2 20 77 0 57 33 5 14F 59 36
Octal 362 40 167 0 127 63 5 517 131 66
Binary 11110010 100000 1110111 0 1010111 110011 101 101001111 1011001 110110

Color Harmonies of #F22077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22077

Black with #F22077

Text Example


Text Example

White with #F22077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22077; }

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

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

background-color css

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

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

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

border-color css

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

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

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