Html Css Color HEX #F8156C Ruby

📋 copy color: '#F8156C'

red 248 ◦ green 21 ◦ blue 108

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

Shades of Ruby #F8156C

Tints of Ruby #F8156C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.57%

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

R = 65.78%
G = 5.57%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F8156C (or 0xF8156C) is known color: Ruby. HEX triplet: F8, 15 and 6C. RGB value is (248,21,108). Sum of RGB (Red+Green+Blue) = 248+21+108=377 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.78% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 248 - color contains mainly: red. Hex color #F8156C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8156C is #07EA93. Grayscale: #626262. Windows color (decimal): -518804 or 7083512. OLE color: 7083512.

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

Color convert

RGB 248 21 108 -
CMYK 0 0.92 0.56 0.03
HSL 337º 0.94% 0.53% -
HSV(B) 337º 0.92% 0.97% -
XYZ 41.69 21.58 16.15 -
YUV 98.79 133.21 234.43 -
System Red Green Blue C M Y K H S L
Decimal 248 21 108 0 0.92 0.56 0.03 337 0.94 0.53
Hex F8 15 6C 0 5C 38 3 151 5E 35
Octal 370 25 154 0 134 70 3 521 136 65
Binary 11111000 10101 1101100 0 1011100 111000 11 101010001 1011110 110101

Color Harmonies of #F8156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8156C

Black with #F8156C

Text Example


Text Example

White with #F8156C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8156C; }

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

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

background-color css

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

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

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

border-color css

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

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

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