Html Css Color HEX #F11276 Ruby

📋 copy color: '#F11276'

red 241 ◦ green 18 ◦ blue 118

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

Shades of Ruby #F11276

Tints of Ruby #F11276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.77%

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

R = 63.93%
G = 4.77%
B = 31.3%

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

#F11276 (or 0xF11276) is known color: Ruby. HEX triplet: F1, 12 and 76. RGB value is (241,18,118). Sum of RGB (Red+Green+Blue) = 241+18+118=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F11276 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11276 is #0EED89. Grayscale: #5F5F5F. Windows color (decimal): -978314 or 7738097. OLE color: 7738097.

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

Color convert

RGB 241 18 118 -
CMYK 0 0.93 0.51 0.05
HSL 333.09º 0.89% 0.51% -
HSV(B) 333.09º 0.93% 0.95% -
XYZ 39.76 20.44 18.99 -
YUV 96.08 140.38 231.37 -
System Red Green Blue C M Y K H S L
Decimal 241 18 118 0 0.93 0.51 0.05 333.09 0.89 0.51
Hex F1 12 76 0 5D 33 5 14D 59 33
Octal 361 22 166 0 135 63 5 515 131 63
Binary 11110001 10010 1110110 0 1011101 110011 101 101001101 1011001 110011

Color Harmonies of #F11276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11276

Black with #F11276

Text Example


Text Example

White with #F11276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11276; }

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

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

background-color css

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

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

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

border-color css

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

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

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