Html Css Color HEX #F22076 Ruby

📋 copy color: '#F22076'

red 242 ◦ green 32 ◦ blue 118

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

Shades of Ruby #F22076

Tints of Ruby #F22076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.1%

R = 61.73%
G = 8.16%
B = 30.1%

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

#F22076 (or 0xF22076) is known color: Ruby. HEX triplet: F2, 20 and 76. RGB value is (242,32,118). Sum of RGB (Red+Green+Blue) = 242+32+118=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F22076 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22076 is #0DDF89. Grayscale: #686868. Windows color (decimal): -909194 or 7741682. OLE color: 7741682.

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

Color convert

RGB 242 32 118 -
CMYK 0 0.87 0.51 0.05
HSL 335.43º 0.89% 0.54% -
HSV(B) 335.43º 0.87% 0.95% -
XYZ 40.4 21.22 19.11 -
YUV 104.59 135.57 226.01 -
System Red Green Blue C M Y K H S L
Decimal 242 32 118 0 0.87 0.51 0.05 335.43 0.89 0.54
Hex F2 20 76 0 57 33 5 14F 59 36
Octal 362 40 166 0 127 63 5 517 131 66
Binary 11110010 100000 1110110 0 1010111 110011 101 101001111 1011001 110110

Color Harmonies of #F22076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22076

Black with #F22076

Text Example


Text Example

White with #F22076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22076; }

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

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

background-color css

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

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

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

border-color css

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

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

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