Html Css Color HEX #F11275 Ruby

📋 copy color: '#F11275'

red 241 ◦ green 18 ◦ blue 117

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

Shades of Ruby #F11275

Tints of Ruby #F11275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.12%

R = 64.1%
G = 4.79%
B = 31.12%

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

#F11275 (or 0xF11275) is known color: Ruby. HEX triplet: F1, 12 and 75. RGB value is (241,18,117). Sum of RGB (Red+Green+Blue) = 241+18+117=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F11275 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11275 is #0EED8A. Grayscale: #5F5F5F. Windows color (decimal): -978315 or 7672561. OLE color: 7672561.

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

Color convert

RGB 241 18 117 -
CMYK 0 0.93 0.51 0.05
HSL 333.36º 0.89% 0.51% -
HSV(B) 333.36º 0.93% 0.95% -
XYZ 39.7 20.42 18.68 -
YUV 95.96 139.88 231.45 -
System Red Green Blue C M Y K H S L
Decimal 241 18 117 0 0.93 0.51 0.05 333.36 0.89 0.51
Hex F1 12 75 0 5D 33 5 14D 59 33
Octal 361 22 165 0 135 63 5 515 131 63
Binary 11110001 10010 1110101 0 1011101 110011 101 101001101 1011001 110011

Color Harmonies of #F11275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11275

Black with #F11275

Text Example


Text Example

White with #F11275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11275; }

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

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

background-color css

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

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

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

border-color css

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

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

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