Html Css Color HEX #F41071 Ruby

📋 copy color: '#F41071'

red 244 ◦ green 16 ◦ blue 113

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

Shades of Ruby #F41071

Tints of Ruby #F41071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.29%

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

R = 65.42%
G = 4.29%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F41071 (or 0xF41071) is known color: Ruby. HEX triplet: F4, 10 and 71. RGB value is (244,16,113). Sum of RGB (Red+Green+Blue) = 244+16+113=373 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.42% from 373); Green value is 16 (6.64% from 255 or 4.29% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 244 - color contains mainly: red. Hex color #F41071 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41071 is #0BEF8E. Grayscale: #5F5F5F. Windows color (decimal): -782223 or 7409908. OLE color: 7409908.

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

Color convert

RGB 244 16 113 -
CMYK 0 0.93 0.54 0.04
HSL 334.47º 0.91% 0.51% -
HSV(B) 334.47º 0.93% 0.96% -
XYZ 40.47 20.8 17.5 -
YUV 95.23 138.04 234.11 -
System Red Green Blue C M Y K H S L
Decimal 244 16 113 0 0.93 0.54 0.04 334.47 0.91 0.51
Hex F4 10 71 0 5D 36 4 14E 5B 33
Octal 364 20 161 0 135 66 4 516 133 63
Binary 11110100 10000 1110001 0 1011101 110110 100 101001110 1011011 110011

Color Harmonies of #F41071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41071

Black with #F41071

Text Example


Text Example

White with #F41071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41071; }

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

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

background-color css

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

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

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

border-color css

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

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

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