Html Css Color HEX #F41174 Ruby

📋 copy color: '#F41174'

red 244 ◦ green 17 ◦ blue 116

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

Shades of Ruby #F41174

Tints of Ruby #F41174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.77%

R = 64.72%
G = 4.51%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F41174 (or 0xF41174) is known color: Ruby. HEX triplet: F4, 11 and 74. RGB value is (244,17,116). Sum of RGB (Red+Green+Blue) = 244+17+116=377 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.72% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 244 - color contains mainly: red. Hex color #F41174 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41174 is #0BEE8B. Grayscale: #5F5F5F. Windows color (decimal): -781964 or 7606772. OLE color: 7606772.

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

Color convert

RGB 244 17 116 -
CMYK 0 0.93 0.52 0.04
HSL 333.83º 0.91% 0.51% -
HSV(B) 333.83º 0.93% 0.96% -
XYZ 40.66 20.89 18.41 -
YUV 96.16 139.21 233.45 -
System Red Green Blue C M Y K H S L
Decimal 244 17 116 0 0.93 0.52 0.04 333.83 0.91 0.51
Hex F4 11 74 0 5D 34 4 14E 5B 33
Octal 364 21 164 0 135 64 4 516 133 63
Binary 11110100 10001 1110100 0 1011101 110100 100 101001110 1011011 110011

Color Harmonies of #F41174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41174

Black with #F41174

Text Example


Text Example

White with #F41174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41174; }

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

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

background-color css

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

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

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

border-color css

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

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

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