Html Css Color HEX #F9196F Ruby

📋 copy color: '#F9196F'

red 249 ◦ green 25 ◦ blue 111

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

Shades of Ruby #F9196F

Tints of Ruby #F9196F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.49%

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

R = 64.68%
G = 6.49%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F9196F (or 0xF9196F) is known color: Ruby. HEX triplet: F9, 19 and 6F. RGB value is (249,25,111). Sum of RGB (Red+Green+Blue) = 249+25+111=385 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.68% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 249 - color contains mainly: red. Hex color #F9196F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9196F is #06E690. Grayscale: #656565. Windows color (decimal): -452241 or 7281145. OLE color: 7281145.

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

Color convert

RGB 249 25 111 -
CMYK 0 0.90 0.55 0.02
HSL 336.96º 0.95% 0.54% -
HSV(B) 336.96º 0.9% 0.98% -
XYZ 42.28 21.98 17.05 -
YUV 101.78 133.21 233.01 -
System Red Green Blue C M Y K H S L
Decimal 249 25 111 0 0.90 0.55 0.02 336.96 0.95 0.54
Hex F9 19 6F 0 5A 37 2 151 5F 36
Octal 371 31 157 0 132 67 2 521 137 66
Binary 11111001 11001 1101111 0 1011010 110111 10 101010001 1011111 110110

Color Harmonies of #F9196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9196F

Black with #F9196F

Text Example


Text Example

White with #F9196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9196F; }

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

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

background-color css

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

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

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

border-color css

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

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

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