Html Css Color HEX #F41173 Ruby

📋 copy color: '#F41173'

red 244 ◦ green 17 ◦ blue 115

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

Shades of Ruby #F41173

Tints of Ruby #F41173

RGB

 RED value IS 244 (95.7% from 255) = 64.89%

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

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

R = 64.89%
G = 4.52%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F41173 (or 0xF41173) is known color: Ruby. HEX triplet: F4, 11 and 73. RGB value is (244,17,115). Sum of RGB (Red+Green+Blue) = 244+17+115=376 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.89% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 244 - color contains mainly: red. Hex color #F41173 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41173 is #0BEE8C. Grayscale: #5F5F5F. Windows color (decimal): -781965 or 7541236. OLE color: 7541236.

HSL color Cylindrical-coordinate representation of color #F41173: hue angle of 334.1º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F41173 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 17 115 -
CMYK 0 0.93 0.53 0.04
HSL 334.1º 0.91% 0.51% -
HSV(B) 334.1º 0.93% 0.96% -
XYZ 40.6 20.87 18.11 -
YUV 96.05 138.71 233.53 -
System Red Green Blue C M Y K H S L
Decimal 244 17 115 0 0.93 0.53 0.04 334.1 0.91 0.51
Hex F4 11 73 0 5D 35 4 14E 5B 33
Octal 364 21 163 0 135 65 4 516 133 63
Binary 11110100 10001 1110011 0 1011101 110101 100 101001110 1011011 110011

Color Harmonies of #F41173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41173

Black with #F41173

Text Example


Text Example

White with #F41173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41173; }

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

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

background-color css

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

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

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

border-color css

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

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

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