Html Css Color HEX #F41376 Ruby

📋 copy color: '#F41376'

red 244 ◦ green 19 ◦ blue 118

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

Shades of Ruby #F41376

Tints of Ruby #F41376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.99%

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

R = 64.04%
G = 4.99%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F41376 (or 0xF41376) is known color: Ruby. HEX triplet: F4, 13 and 76. RGB value is (244,19,118). Sum of RGB (Red+Green+Blue) = 244+19+118=381 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.04% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 244 - color contains mainly: red. Hex color #F41376 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41376 is #0BEC89. Grayscale: #616161. Windows color (decimal): -781450 or 7738356. OLE color: 7738356.

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

Color convert

RGB 244 19 118 -
CMYK 0 0.92 0.52 0.04
HSL 333.6º 0.91% 0.52% -
HSV(B) 333.6º 0.92% 0.96% -
XYZ 40.81 21.01 19.04 -
YUV 97.56 139.54 232.45 -
System Red Green Blue C M Y K H S L
Decimal 244 19 118 0 0.92 0.52 0.04 333.6 0.91 0.52
Hex F4 13 76 0 5C 34 4 14E 5B 34
Octal 364 23 166 0 134 64 4 516 133 64
Binary 11110100 10011 1110110 0 1011100 110100 100 101001110 1011011 110100

Color Harmonies of #F41376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41376

Black with #F41376

Text Example


Text Example

White with #F41376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41376; }

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

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

background-color css

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

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

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

border-color css

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

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

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