Html Css Color HEX #F8166C Ruby

📋 copy color: '#F8166C'

red 248 ◦ green 22 ◦ blue 108

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

Shades of Ruby #F8166C

Tints of Ruby #F8166C

RGB

 RED value IS 248 (97.27% from 255) = 65.61%

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

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

R = 65.61%
G = 5.82%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F8166C (or 0xF8166C) is known color: Ruby. HEX triplet: F8, 16 and 6C. RGB value is (248,22,108). Sum of RGB (Red+Green+Blue) = 248+22+108=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F8166C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8166C is #07E993. Grayscale: #636363. Windows color (decimal): -518548 or 7083768. OLE color: 7083768.

HSL color Cylindrical-coordinate representation of color #F8166C: hue angle of 337.17º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F8166C is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 22 108 -
CMYK 0 0.91 0.56 0.03
HSL 337.17º 0.94% 0.53% -
HSV(B) 337.17º 0.91% 0.97% -
XYZ 41.71 21.61 16.16 -
YUV 99.38 132.87 234.01 -
System Red Green Blue C M Y K H S L
Decimal 248 22 108 0 0.91 0.56 0.03 337.17 0.94 0.53
Hex F8 16 6C 0 5B 38 3 151 5E 35
Octal 370 26 154 0 133 70 3 521 136 65
Binary 11111000 10110 1101100 0 1011011 111000 11 101010001 1011110 110101

Color Harmonies of #F8166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8166C

Black with #F8166C

Text Example


Text Example

White with #F8166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8166C; }

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

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

background-color css

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

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

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

border-color css

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

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

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