Html Css Color HEX #F8176D Ruby

📋 copy color: '#F8176D'

red 248 ◦ green 23 ◦ blue 109

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

Shades of Ruby #F8176D

Tints of Ruby #F8176D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.05%

 BLUE value IS 109 (42.97% from 255) = 28.68%

R = 65.26%
G = 6.05%
B = 28.68%

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

#F8176D (or 0xF8176D) is known color: Ruby. HEX triplet: F8, 17 and 6D. RGB value is (248,23,109). Sum of RGB (Red+Green+Blue) = 248+23+109=380 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.26% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 248 - color contains mainly: red. Hex color #F8176D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8176D is #07E892. Grayscale: #636363. Windows color (decimal): -518291 or 7149560. OLE color: 7149560.

HSL color Cylindrical-coordinate representation of color #F8176D: hue angle of 337.07º 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 #F8176D is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 23 109 -
CMYK 0 0.91 0.56 0.03
HSL 337.07º 0.94% 0.53% -
HSV(B) 337.07º 0.91% 0.97% -
XYZ 41.78 21.67 16.45 -
YUV 100.08 133.04 233.51 -
System Red Green Blue C M Y K H S L
Decimal 248 23 109 0 0.91 0.56 0.03 337.07 0.94 0.53
Hex F8 17 6D 0 5B 38 3 151 5E 35
Octal 370 27 155 0 133 70 3 521 136 65
Binary 11111000 10111 1101101 0 1011011 111000 11 101010001 1011110 110101

Color Harmonies of #F8176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8176D

Black with #F8176D

Text Example


Text Example

White with #F8176D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8176D; }

 p { color: rgb(248,23,109); }

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

background-color css

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

 a { background-color: rgb(248,23,109); }

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

border-color css

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

 span { border-color: rgb(248,23,109); }

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