Html Css Color HEX #F41170 Ruby

📋 copy color: '#F41170'

red 244 ◦ green 17 ◦ blue 112

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

Shades of Ruby #F41170

Tints of Ruby #F41170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.03%

R = 65.42%
G = 4.56%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F41170 (or 0xF41170) is known color: Ruby. HEX triplet: F4, 11 and 70. RGB value is (244,17,112). Sum of RGB (Red+Green+Blue) = 244+17+112=373 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.42% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 244 - color contains mainly: red. Hex color #F41170 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41170 is #0BEE8F. Grayscale: #5F5F5F. Windows color (decimal): -781968 or 7344628. OLE color: 7344628.

HSL color Cylindrical-coordinate representation of color #F41170: hue angle of 334.89º 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 #F41170 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 17 112 -
CMYK 0 0.93 0.54 0.04
HSL 334.89º 0.91% 0.51% -
HSV(B) 334.89º 0.93% 0.96% -
XYZ 40.43 20.8 17.21 -
YUV 95.7 137.21 233.78 -
System Red Green Blue C M Y K H S L
Decimal 244 17 112 0 0.93 0.54 0.04 334.89 0.91 0.51
Hex F4 11 70 0 5D 36 4 14F 5B 33
Octal 364 21 160 0 135 66 4 517 133 63
Binary 11110100 10001 1110000 0 1011101 110110 100 101001111 1011011 110011

Color Harmonies of #F41170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41170

Black with #F41170

Text Example


Text Example

White with #F41170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41170; }

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

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

background-color css

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

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

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

border-color css

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

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

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