Html Css Color HEX #F9166C Ruby

📋 copy color: '#F9166C'

red 249 ◦ green 22 ◦ blue 108

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

Shades of Ruby #F9166C

Tints of Ruby #F9166C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.8%

 BLUE value IS 108 (42.58% from 255) = 28.5%

R = 65.7%
G = 5.8%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F9166C (or 0xF9166C) is known color: Ruby. HEX triplet: F9, 16 and 6C. RGB value is (249,22,108). Sum of RGB (Red+Green+Blue) = 249+22+108=379 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.70% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 249 - color contains mainly: red. Hex color #F9166C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9166C is #06E993. Grayscale: #636363. Windows color (decimal): -453012 or 7083769. OLE color: 7083769.

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

Color convert

RGB 249 22 108 -
CMYK 0 0.91 0.57 0.02
HSL 337.27º 0.95% 0.53% -
HSV(B) 337.27º 0.91% 0.98% -
XYZ 42.06 21.8 16.18 -
YUV 99.68 132.71 234.51 -
System Red Green Blue C M Y K H S L
Decimal 249 22 108 0 0.91 0.57 0.02 337.27 0.95 0.53
Hex F9 16 6C 0 5B 39 2 151 5F 35
Octal 371 26 154 0 133 71 2 521 137 65
Binary 11111001 10110 1101100 0 1011011 111001 10 101010001 1011111 110101

Color Harmonies of #F9166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9166C

Black with #F9166C

Text Example


Text Example

White with #F9166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9166C; }

 p { color: rgb(249,22,108); }

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

background-color css

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

 a { background-color: rgb(249,22,108); }

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

border-color css

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

 span { border-color: rgb(249,22,108); }

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