Html Css Color HEX #F8176B Ruby

📋 copy color: '#F8176B'

red 248 ◦ green 23 ◦ blue 107

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

Shades of Ruby #F8176B

Tints of Ruby #F8176B

RGB

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

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

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

R = 65.61%
G = 6.08%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F8176B (or 0xF8176B) is known color: Ruby. HEX triplet: F8, 17 and 6B. RGB value is (248,23,107). Sum of RGB (Red+Green+Blue) = 248+23+107=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F8176B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8176B is #07E894. Grayscale: #636363. Windows color (decimal): -518293 or 7018488. OLE color: 7018488.

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

Color convert

RGB 248 23 107 -
CMYK 0 0.91 0.57 0.03
HSL 337.6º 0.94% 0.53% -
HSV(B) 337.6º 0.91% 0.97% -
XYZ 41.67 21.63 15.89 -
YUV 99.85 132.04 233.67 -
System Red Green Blue C M Y K H S L
Decimal 248 23 107 0 0.91 0.57 0.03 337.6 0.94 0.53
Hex F8 17 6B 0 5B 39 3 152 5E 35
Octal 370 27 153 0 133 71 3 522 136 65
Binary 11111000 10111 1101011 0 1011011 111001 11 101010010 1011110 110101

Color Harmonies of #F8176B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8176B

Black with #F8176B

Text Example


Text Example

White with #F8176B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8176B; }

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

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

background-color css

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

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

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

border-color css

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

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

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