Html Css Color HEX #F41D76 Ruby

📋 copy color: '#F41D76'

red 244 ◦ green 29 ◦ blue 118

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

Shades of Ruby #F41D76

Tints of Ruby #F41D76

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.42%

 BLUE value IS 118 (46.48% from 255) = 30.18%

R = 62.4%
G = 7.42%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F41D76 (or 0xF41D76) is known color: Ruby. HEX triplet: F4, 1D and 76. RGB value is (244,29,118). Sum of RGB (Red+Green+Blue) = 244+29+118=391 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.40% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 244 - color contains mainly: red. Hex color #F41D76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41D76 is #0BE289. Grayscale: #676767. Windows color (decimal): -778890 or 7740916. OLE color: 7740916.

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

Color convert

RGB 244 29 118 -
CMYK 0 0.88 0.52 0.04
HSL 335.16º 0.91% 0.54% -
HSV(B) 335.16º 0.88% 0.96% -
XYZ 41.02 21.42 19.11 -
YUV 103.43 136.23 228.26 -
System Red Green Blue C M Y K H S L
Decimal 244 29 118 0 0.88 0.52 0.04 335.16 0.91 0.54
Hex F4 1D 76 0 58 34 4 14F 5B 36
Octal 364 35 166 0 130 64 4 517 133 66
Binary 11110100 11101 1110110 0 1011000 110100 100 101001111 1011011 110110

Color Harmonies of #F41D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41D76

Black with #F41D76

Text Example


Text Example

White with #F41D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41D76; }

 p { color: rgb(244,29,118); }

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

background-color css

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

 a { background-color: rgb(244,29,118); }

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

border-color css

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

 span { border-color: rgb(244,29,118); }

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