Html Css Color HEX #F41373 Ruby

📋 copy color: '#F41373'

red 244 ◦ green 19 ◦ blue 115

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

Shades of Ruby #F41373

Tints of Ruby #F41373

RGB

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

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

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

R = 64.55%
G = 5.03%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F41373 (or 0xF41373) is known color: Ruby. HEX triplet: F4, 13 and 73. RGB value is (244,19,115). Sum of RGB (Red+Green+Blue) = 244+19+115=378 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.55% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 244 - color contains mainly: red. Hex color #F41373 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41373 is #0BEC8C. Grayscale: #616161. Windows color (decimal): -781453 or 7541748. OLE color: 7541748.

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

Color convert

RGB 244 19 115 -
CMYK 0 0.92 0.53 0.04
HSL 334.4º 0.91% 0.52% -
HSV(B) 334.4º 0.92% 0.96% -
XYZ 40.64 20.94 18.12 -
YUV 97.22 138.04 232.69 -
System Red Green Blue C M Y K H S L
Decimal 244 19 115 0 0.92 0.53 0.04 334.4 0.91 0.52
Hex F4 13 73 0 5C 35 4 14E 5B 34
Octal 364 23 163 0 134 65 4 516 133 64
Binary 11110100 10011 1110011 0 1011100 110101 100 101001110 1011011 110100

Color Harmonies of #F41373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41373

Black with #F41373

Text Example


Text Example

White with #F41373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41373; }

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

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

background-color css

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

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

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

border-color css

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

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

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