Html Css Color HEX #F11167 Ruby

📋 copy color: '#F11167'

red 241 ◦ green 17 ◦ blue 103

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

Shades of Ruby #F11167

Tints of Ruby #F11167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.53%

R = 66.76%
G = 4.71%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F11167 (or 0xF11167) is known color: Ruby. HEX triplet: F1, 11 and 67. RGB value is (241,17,103). Sum of RGB (Red+Green+Blue) = 241+17+103=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F11167 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11167 is #0EEE98. Grayscale: #5D5D5D. Windows color (decimal): -978585 or 6754801. OLE color: 6754801.

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

Color convert

RGB 241 17 103 -
CMYK 0 0.93 0.57 0.05
HSL 336.96º 0.89% 0.51% -
HSV(B) 336.96º 0.93% 0.95% -
XYZ 38.92 20.08 14.66 -
YUV 93.78 133.21 233.01 -
System Red Green Blue C M Y K H S L
Decimal 241 17 103 0 0.93 0.57 0.05 336.96 0.89 0.51
Hex F1 11 67 0 5D 39 5 151 59 33
Octal 361 21 147 0 135 71 5 521 131 63
Binary 11110001 10001 1100111 0 1011101 111001 101 101010001 1011001 110011

Color Harmonies of #F11167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11167

Black with #F11167

Text Example


Text Example

White with #F11167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11167; }

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

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

background-color css

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

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

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

border-color css

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

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

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