Html Css Color HEX #F11076 Ruby

📋 copy color: '#F11076'

red 241 ◦ green 16 ◦ blue 118

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

Shades of Ruby #F11076

Tints of Ruby #F11076

RGB

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

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

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

R = 64.27%
G = 4.27%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F11076 (or 0xF11076) is known color: Ruby. HEX triplet: F1, 10 and 76. RGB value is (241,16,118). Sum of RGB (Red+Green+Blue) = 241+16+118=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F11076 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11076 is #0EEF89. Grayscale: #5E5E5E. Windows color (decimal): -978826 or 7737585. OLE color: 7737585.

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

Color convert

RGB 241 16 118 -
CMYK 0 0.93 0.51 0.05
HSL 332.8º 0.89% 0.5% -
HSV(B) 332.8º 0.93% 0.95% -
XYZ 39.73 20.38 18.98 -
YUV 94.9 141.04 232.21 -
System Red Green Blue C M Y K H S L
Decimal 241 16 118 0 0.93 0.51 0.05 332.8 0.89 0.5
Hex F1 10 76 0 5D 33 5 14D 59 32
Octal 361 20 166 0 135 63 5 515 131 62
Binary 11110001 10000 1110110 0 1011101 110011 101 101001101 1011001 110010

Color Harmonies of #F11076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11076

Black with #F11076

Text Example


Text Example

White with #F11076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11076; }

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

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

background-color css

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

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

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

border-color css

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

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

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