Html Css Color HEX #F9116F Ruby

📋 copy color: '#F9116F'

red 249 ◦ green 17 ◦ blue 111

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

Shades of Ruby #F9116F

Tints of Ruby #F9116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.44%

R = 66.05%
G = 4.51%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F9116F (or 0xF9116F) is known color: Ruby. HEX triplet: F9, 11 and 6F. RGB value is (249,17,111). Sum of RGB (Red+Green+Blue) = 249+17+111=377 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.05% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 249 - color contains mainly: red. Hex color #F9116F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9116F is #06EE90. Grayscale: #606060. Windows color (decimal): -454289 or 7279097. OLE color: 7279097.

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

Color convert

RGB 249 17 111 -
CMYK 0 0.93 0.55 0.02
HSL 335.69º 0.95% 0.52% -
HSV(B) 335.69º 0.93% 0.98% -
XYZ 42.14 21.69 17 -
YUV 97.08 135.86 236.36 -
System Red Green Blue C M Y K H S L
Decimal 249 17 111 0 0.93 0.55 0.02 335.69 0.95 0.52
Hex F9 11 6F 0 5D 37 2 150 5F 34
Octal 371 21 157 0 135 67 2 520 137 64
Binary 11111001 10001 1101111 0 1011101 110111 10 101010000 1011111 110100

Color Harmonies of #F9116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9116F

Black with #F9116F

Text Example


Text Example

White with #F9116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9116F; }

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

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

background-color css

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

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

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

border-color css

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

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

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