Html Css Color HEX #F8186C Ruby

📋 copy color: '#F8186C'

red 248 ◦ green 24 ◦ blue 108

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

Shades of Ruby #F8186C

Tints of Ruby #F8186C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.32%

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

R = 65.26%
G = 6.32%
B = 28.42%

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

#F8186C (or 0xF8186C) is known color: Ruby. HEX triplet: F8, 18 and 6C. RGB value is (248,24,108). Sum of RGB (Red+Green+Blue) = 248+24+108=380 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.26% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 248 - color contains mainly: red. Hex color #F8186C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8186C is #07E793. Grayscale: #646464. Windows color (decimal): -518036 or 7084280. OLE color: 7084280.

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

Color convert

RGB 248 24 108 -
CMYK 0 0.90 0.56 0.03
HSL 337.5º 0.94% 0.53% -
HSV(B) 337.5º 0.9% 0.97% -
XYZ 41.74 21.69 16.17 -
YUV 100.55 132.21 233.17 -
System Red Green Blue C M Y K H S L
Decimal 248 24 108 0 0.90 0.56 0.03 337.5 0.94 0.53
Hex F8 18 6C 0 5A 38 3 152 5E 35
Octal 370 30 154 0 132 70 3 522 136 65
Binary 11111000 11000 1101100 0 1011010 111000 11 101010010 1011110 110101

Color Harmonies of #F8186C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8186C

Black with #F8186C

Text Example


Text Example

White with #F8186C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8186C; }

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

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

background-color css

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

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

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

border-color css

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

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

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