Html Css Color HEX #F41371 Ruby

📋 copy color: '#F41371'

red 244 ◦ green 19 ◦ blue 113

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

Shades of Ruby #F41371

Tints of Ruby #F41371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.05%

R = 64.89%
G = 5.05%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F41371 (or 0xF41371) is known color: Ruby. HEX triplet: F4, 13 and 71. RGB value is (244,19,113). Sum of RGB (Red+Green+Blue) = 244+19+113=376 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.89% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 244 - color contains mainly: red. Hex color #F41371 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41371 is #0BEC8E. Grayscale: #606060. Windows color (decimal): -781455 or 7410676. OLE color: 7410676.

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

Color convert

RGB 244 19 113 -
CMYK 0 0.92 0.54 0.04
HSL 334.93º 0.91% 0.52% -
HSV(B) 334.93º 0.92% 0.96% -
XYZ 40.52 20.89 17.52 -
YUV 96.99 137.04 232.86 -
System Red Green Blue C M Y K H S L
Decimal 244 19 113 0 0.92 0.54 0.04 334.93 0.91 0.52
Hex F4 13 71 0 5C 36 4 14F 5B 34
Octal 364 23 161 0 134 66 4 517 133 64
Binary 11110100 10011 1110001 0 1011100 110110 100 101001111 1011011 110100

Color Harmonies of #F41371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41371

Black with #F41371

Text Example


Text Example

White with #F41371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41371; }

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

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

background-color css

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

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

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

border-color css

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

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

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