Html Css Color HEX #F8186A Ruby

📋 copy color: '#F8186A'

red 248 ◦ green 24 ◦ blue 106

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

Shades of Ruby #F8186A

Tints of Ruby #F8186A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.04%

R = 65.61%
G = 6.35%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F8186A (or 0xF8186A) is known color: Ruby. HEX triplet: F8, 18 and 6A. RGB value is (248,24,106). Sum of RGB (Red+Green+Blue) = 248+24+106=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F8186A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8186A is #07E795. Grayscale: #646464. Windows color (decimal): -518038 or 6953208. OLE color: 6953208.

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

Color convert

RGB 248 24 106 -
CMYK 0 0.90 0.57 0.03
HSL 338.04º 0.94% 0.53% -
HSV(B) 338.04º 0.9% 0.97% -
XYZ 41.64 21.65 15.62 -
YUV 100.32 131.21 233.33 -
System Red Green Blue C M Y K H S L
Decimal 248 24 106 0 0.90 0.57 0.03 338.04 0.94 0.53
Hex F8 18 6A 0 5A 39 3 152 5E 35
Octal 370 30 152 0 132 71 3 522 136 65
Binary 11111000 11000 1101010 0 1011010 111001 11 101010010 1011110 110101

Color Harmonies of #F8186A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8186A

Black with #F8186A

Text Example


Text Example

White with #F8186A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8186A; }

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

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

background-color css

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

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

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

border-color css

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

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

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