Html Css Color HEX #F11071 Ruby

📋 copy color: '#F11071'

red 241 ◦ green 16 ◦ blue 113

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

Shades of Ruby #F11071

Tints of Ruby #F11071

RGB

 RED value IS 241 (94.53% from 255) = 65.14%

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

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

R = 65.14%
G = 4.32%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F11071 (or 0xF11071) is known color: Ruby. HEX triplet: F1, 10 and 71. RGB value is (241,16,113). Sum of RGB (Red+Green+Blue) = 241+16+113=370 (49% of max value = 765). Red value is 241 (94.53% from 255 or 65.14% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 241 - color contains mainly: red. Hex color #F11071 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11071 is #0EEF8E. Grayscale: #5E5E5E. Windows color (decimal): -978831 or 7409905. OLE color: 7409905.

HSL color Cylindrical-coordinate representation of color #F11071: hue angle of 334.13º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11071 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 16 113 -
CMYK 0 0.93 0.53 0.05
HSL 334.13º 0.89% 0.5% -
HSV(B) 334.13º 0.93% 0.95% -
XYZ 39.44 20.26 17.46 -
YUV 94.33 138.54 232.61 -
System Red Green Blue C M Y K H S L
Decimal 241 16 113 0 0.93 0.53 0.05 334.13 0.89 0.5
Hex F1 10 71 0 5D 35 5 14E 59 32
Octal 361 20 161 0 135 65 5 516 131 62
Binary 11110001 10000 1110001 0 1011101 110101 101 101001110 1011001 110010

Color Harmonies of #F11071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11071

Black with #F11071

Text Example


Text Example

White with #F11071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11071; }

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

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

background-color css

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

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

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

border-color css

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

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

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