Html Css Color HEX #F8196D Ruby

📋 copy color: '#F8196D'

red 248 ◦ green 25 ◦ blue 109

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

Shades of Ruby #F8196D

Tints of Ruby #F8196D

RGB

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

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

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

R = 64.92%
G = 6.54%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F8196D (or 0xF8196D) is known color: Ruby. HEX triplet: F8, 19 and 6D. RGB value is (248,25,109). Sum of RGB (Red+Green+Blue) = 248+25+109=382 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.92% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 248 - color contains mainly: red. Hex color #F8196D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8196D is #07E692. Grayscale: #656565. Windows color (decimal): -517779 or 7150072. OLE color: 7150072.

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

Color convert

RGB 248 25 109 -
CMYK 0 0.90 0.56 0.03
HSL 337.4º 0.94% 0.54% -
HSV(B) 337.4º 0.9% 0.97% -
XYZ 41.82 21.76 16.46 -
YUV 101.25 132.38 232.67 -
System Red Green Blue C M Y K H S L
Decimal 248 25 109 0 0.90 0.56 0.03 337.4 0.94 0.54
Hex F8 19 6D 0 5A 38 3 151 5E 36
Octal 370 31 155 0 132 70 3 521 136 66
Binary 11111000 11001 1101101 0 1011010 111000 11 101010001 1011110 110110

Color Harmonies of #F8196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8196D

Black with #F8196D

Text Example


Text Example

White with #F8196D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8196D; }

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

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

background-color css

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

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

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

border-color css

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

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

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