Html Css Color HEX #F22061 Ruby

📋 copy color: '#F22061'

red 242 ◦ green 32 ◦ blue 97

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

Shades of Ruby #F22061

Tints of Ruby #F22061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.15%

R = 65.23%
G = 8.63%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F22061 (or 0xF22061) is known color: Ruby. HEX triplet: F2, 20 and 61. RGB value is (242,32,97). Sum of RGB (Red+Green+Blue) = 242+32+97=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F22061 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22061 is #0DDF9E. Grayscale: #666666. Windows color (decimal): -909215 or 6365426. OLE color: 6365426.

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

Color convert

RGB 242 32 97 -
CMYK 0 0.87 0.60 0.05
HSL 341.43º 0.89% 0.54% -
HSV(B) 341.43º 0.87% 0.95% -
XYZ 39.29 20.77 13.25 -
YUV 102.2 125.07 227.71 -
System Red Green Blue C M Y K H S L
Decimal 242 32 97 0 0.87 0.60 0.05 341.43 0.89 0.54
Hex F2 20 61 0 57 3C 5 155 59 36
Octal 362 40 141 0 127 74 5 525 131 66
Binary 11110010 100000 1100001 0 1010111 111100 101 101010101 1011001 110110

Color Harmonies of #F22061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22061

Black with #F22061

Text Example


Text Example

White with #F22061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22061; }

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

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

background-color css

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

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

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

border-color css

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

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

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