Html Css Color HEX #F91173 Ruby

📋 copy color: '#F91173'

red 249 ◦ green 17 ◦ blue 115

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

Shades of Ruby #F91173

Tints of Ruby #F91173

RGB

 RED value IS 249 (97.66% from 255) = 65.35%

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

 BLUE value IS 115 (45.31% from 255) = 30.18%

R = 65.35%
G = 4.46%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F91173 (or 0xF91173) is known color: Ruby. HEX triplet: F9, 11 and 73. RGB value is (249,17,115). Sum of RGB (Red+Green+Blue) = 249+17+115=381 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.35% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 249 - color contains mainly: red. Hex color #F91173 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91173 is #06EE8C. Grayscale: #616161. Windows color (decimal): -454285 or 7541241. OLE color: 7541241.

HSL color Cylindrical-coordinate representation of color #F91173: hue angle of 334.66º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F91173 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 17 115 -
CMYK 0 0.93 0.54 0.02
HSL 334.66º 0.95% 0.52% -
HSV(B) 334.66º 0.93% 0.98% -
XYZ 42.36 21.78 18.19 -
YUV 97.54 137.86 236.03 -
System Red Green Blue C M Y K H S L
Decimal 249 17 115 0 0.93 0.54 0.02 334.66 0.95 0.52
Hex F9 11 73 0 5D 36 2 14F 5F 34
Octal 371 21 163 0 135 66 2 517 137 64
Binary 11111001 10001 1110011 0 1011101 110110 10 101001111 1011111 110100

Color Harmonies of #F91173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91173

Black with #F91173

Text Example


Text Example

White with #F91173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91173; }

 p { color: rgb(249,17,115); }

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

background-color css

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

 a { background-color: rgb(249,17,115); }

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

border-color css

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

 span { border-color: rgb(249,17,115); }

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