Html Css Color HEX #F5156C Ruby

📋 copy color: '#F5156C'

red 245 ◦ green 21 ◦ blue 108

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

Shades of Ruby #F5156C

Tints of Ruby #F5156C

RGB

 RED value IS 245 (96.09% from 255) = 65.51%

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

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

R = 65.51%
G = 5.61%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5156C (or 0xF5156C) is known color: Ruby. HEX triplet: F5, 15 and 6C. RGB value is (245,21,108). Sum of RGB (Red+Green+Blue) = 245+21+108=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F5156C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5156C is #0AEA93. Grayscale: #616161. Windows color (decimal): -715412 or 7083509. OLE color: 7083509.

HSL color Cylindrical-coordinate representation of color #F5156C: hue angle of 336.7º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5156C is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 21 108 -
CMYK 0 0.91 0.56 0.04
HSL 336.7º 0.92% 0.52% -
HSV(B) 336.7º 0.91% 0.96% -
XYZ 40.63 21.03 16.11 -
YUV 97.89 133.71 232.93 -
System Red Green Blue C M Y K H S L
Decimal 245 21 108 0 0.91 0.56 0.04 336.7 0.92 0.52
Hex F5 15 6C 0 5B 38 4 151 5C 34
Octal 365 25 154 0 133 70 4 521 134 64
Binary 11110101 10101 1101100 0 1011011 111000 100 101010001 1011100 110100

Color Harmonies of #F5156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5156C

Black with #F5156C

Text Example


Text Example

White with #F5156C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5156C; }

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

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

background-color css

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

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

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

border-color css

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

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

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