Html Css Color HEX #F11177 Ruby

📋 copy color: '#F11177'

red 241 ◦ green 17 ◦ blue 119

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

Shades of Ruby #F11177

Tints of Ruby #F11177

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.51%

 BLUE value IS 119 (46.88% from 255) = 31.56%

R = 63.93%
G = 4.51%
B = 31.56%

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

#F11177 (or 0xF11177) is known color: Ruby. HEX triplet: F1, 11 and 77. RGB value is (241,17,119). Sum of RGB (Red+Green+Blue) = 241+17+119=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F11177 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11177 is #0EEE88. Grayscale: #5F5F5F. Windows color (decimal): -978569 or 7803377. OLE color: 7803377.

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

Color convert

RGB 241 17 119 -
CMYK 0 0.93 0.51 0.05
HSL 332.68º 0.89% 0.51% -
HSV(B) 332.68º 0.93% 0.95% -
XYZ 39.81 20.43 19.3 -
YUV 95.6 141.21 231.71 -
System Red Green Blue C M Y K H S L
Decimal 241 17 119 0 0.93 0.51 0.05 332.68 0.89 0.51
Hex F1 11 77 0 5D 33 5 14D 59 33
Octal 361 21 167 0 135 63 5 515 131 63
Binary 11110001 10001 1110111 0 1011101 110011 101 101001101 1011001 110011

Color Harmonies of #F11177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11177

Black with #F11177

Text Example


Text Example

White with #F11177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11177; }

 p { color: rgb(241,17,119); }

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

background-color css

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

 a { background-color: rgb(241,17,119); }

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

border-color css

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

 span { border-color: rgb(241,17,119); }

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