Html Css Color HEX #F11375 Ruby

📋 copy color: '#F11375'

red 241 ◦ green 19 ◦ blue 117

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

Shades of Ruby #F11375

Tints of Ruby #F11375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.04%

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

R = 63.93%
G = 5.04%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F11375 (or 0xF11375) is known color: Ruby. HEX triplet: F1, 13 and 75. RGB value is (241,19,117). Sum of RGB (Red+Green+Blue) = 241+19+117=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F11375 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11375 is #0EEC8A. Grayscale: #606060. Windows color (decimal): -978059 or 7672817. OLE color: 7672817.

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

Color convert

RGB 241 19 117 -
CMYK 0 0.92 0.51 0.05
HSL 333.51º 0.89% 0.51% -
HSV(B) 333.51º 0.92% 0.95% -
XYZ 39.72 20.45 18.68 -
YUV 96.55 139.55 231.03 -
System Red Green Blue C M Y K H S L
Decimal 241 19 117 0 0.92 0.51 0.05 333.51 0.89 0.51
Hex F1 13 75 0 5C 33 5 14E 59 33
Octal 361 23 165 0 134 63 5 516 131 63
Binary 11110001 10011 1110101 0 1011100 110011 101 101001110 1011001 110011

Color Harmonies of #F11375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11375

Black with #F11375

Text Example


Text Example

White with #F11375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11375; }

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

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

background-color css

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

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

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

border-color css

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

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

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