Html Css Color HEX #F21173 Ruby

📋 copy color: '#F21173'

red 242 ◦ green 17 ◦ blue 115

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

Shades of Ruby #F21173

Tints of Ruby #F21173

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.55%

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

R = 64.71%
G = 4.55%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F21173 (or 0xF21173) is known color: Ruby. HEX triplet: F2, 11 and 73. RGB value is (242,17,115). Sum of RGB (Red+Green+Blue) = 242+17+115=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F21173 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21173 is #0DEE8C. Grayscale: #5F5F5F. Windows color (decimal): -913037 or 7541234. OLE color: 7541234.

HSL color Cylindrical-coordinate representation of color #F21173: hue angle of 333.87º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21173 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 17 115 -
CMYK 0 0.93 0.52 0.05
HSL 333.87º 0.9% 0.51% -
HSV(B) 333.87º 0.93% 0.95% -
XYZ 39.91 20.52 18.08 -
YUV 95.45 139.04 232.53 -
System Red Green Blue C M Y K H S L
Decimal 242 17 115 0 0.93 0.52 0.05 333.87 0.9 0.51
Hex F2 11 73 0 5D 34 5 14E 5A 33
Octal 362 21 163 0 135 64 5 516 132 63
Binary 11110010 10001 1110011 0 1011101 110100 101 101001110 1011010 110011

Color Harmonies of #F21173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21173

Black with #F21173

Text Example


Text Example

White with #F21173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21173; }

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

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

background-color css

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

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

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

border-color css

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

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

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