Html Css Color HEX #F9196B Ruby

📋 copy color: '#F9196B'

red 249 ◦ green 25 ◦ blue 107

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

Shades of Ruby #F9196B

Tints of Ruby #F9196B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.08%

R = 65.35%
G = 6.56%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F9196B (or 0xF9196B) is known color: Ruby. HEX triplet: F9, 19 and 6B. RGB value is (249,25,107). Sum of RGB (Red+Green+Blue) = 249+25+107=381 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.35% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 249 - color contains mainly: red. Hex color #F9196B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9196B is #06E694. Grayscale: #656565. Windows color (decimal): -452245 or 7019001. OLE color: 7019001.

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

Color convert

RGB 249 25 107 -
CMYK 0 0.90 0.57 0.02
HSL 338.04º 0.95% 0.54% -
HSV(B) 338.04º 0.9% 0.98% -
XYZ 42.07 21.9 15.92 -
YUV 101.32 131.21 233.33 -
System Red Green Blue C M Y K H S L
Decimal 249 25 107 0 0.90 0.57 0.02 338.04 0.95 0.54
Hex F9 19 6B 0 5A 39 2 152 5F 36
Octal 371 31 153 0 132 71 2 522 137 66
Binary 11111001 11001 1101011 0 1011010 111001 10 101010010 1011111 110110

Color Harmonies of #F9196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9196B

Black with #F9196B

Text Example


Text Example

White with #F9196B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9196B; }

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

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

background-color css

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

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

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

border-color css

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

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

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