Html Css Color HEX #F22073 Ruby

📋 copy color: '#F22073'

red 242 ◦ green 32 ◦ blue 115

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

Shades of Ruby #F22073

Tints of Ruby #F22073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.56%

R = 62.21%
G = 8.23%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F22073 (or 0xF22073) is known color: Ruby. HEX triplet: F2, 20 and 73. RGB value is (242,32,115). Sum of RGB (Red+Green+Blue) = 242+32+115=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F22073 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22073 is #0DDF8C. Grayscale: #686868. Windows color (decimal): -909197 or 7545074. OLE color: 7545074.

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

Color convert

RGB 242 32 115 -
CMYK 0 0.87 0.52 0.05
HSL 336.29º 0.89% 0.54% -
HSV(B) 336.29º 0.87% 0.95% -
XYZ 40.23 21.15 18.18 -
YUV 104.25 134.07 226.25 -
System Red Green Blue C M Y K H S L
Decimal 242 32 115 0 0.87 0.52 0.05 336.29 0.89 0.54
Hex F2 20 73 0 57 34 5 150 59 36
Octal 362 40 163 0 127 64 5 520 131 66
Binary 11110010 100000 1110011 0 1010111 110100 101 101010000 1011001 110110

Color Harmonies of #F22073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22073

Black with #F22073

Text Example


Text Example

White with #F22073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22073; }

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

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

background-color css

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

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

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

border-color css

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

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

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