Html Css Color HEX #F11775 Ruby

📋 copy color: '#F11775'

red 241 ◦ green 23 ◦ blue 117

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

Shades of Ruby #F11775

Tints of Ruby #F11775

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.04%

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

R = 63.25%
G = 6.04%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F11775 (or 0xF11775) is known color: Ruby. HEX triplet: F1, 17 and 75. RGB value is (241,23,117). Sum of RGB (Red+Green+Blue) = 241+23+117=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F11775 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11775 is #0EE88A. Grayscale: #626262. Windows color (decimal): -977035 or 7673841. OLE color: 7673841.

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

Color convert

RGB 241 23 117 -
CMYK 0 0.90 0.51 0.05
HSL 334.13º 0.89% 0.52% -
HSV(B) 334.13º 0.9% 0.95% -
XYZ 39.79 20.6 18.71 -
YUV 98.9 138.22 229.36 -
System Red Green Blue C M Y K H S L
Decimal 241 23 117 0 0.90 0.51 0.05 334.13 0.89 0.52
Hex F1 17 75 0 5A 33 5 14E 59 34
Octal 361 27 165 0 132 63 5 516 131 64
Binary 11110001 10111 1110101 0 1011010 110011 101 101001110 1011001 110100

Color Harmonies of #F11775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11775

Black with #F11775

Text Example


Text Example

White with #F11775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11775; }

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

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

background-color css

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

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

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

border-color css

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

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

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