Html Css Color HEX #F5196C Ruby

📋 copy color: '#F5196C'

red 245 ◦ green 25 ◦ blue 108

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

Shades of Ruby #F5196C

Tints of Ruby #F5196C

RGB

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

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

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

R = 64.81%
G = 6.61%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5196C (or 0xF5196C) is known color: Ruby. HEX triplet: F5, 19 and 6C. RGB value is (245,25,108). Sum of RGB (Red+Green+Blue) = 245+25+108=378 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.81% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 245 - color contains mainly: red. Hex color #F5196C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5196C is #0AE693. Grayscale: #646464. Windows color (decimal): -714388 or 7084533. OLE color: 7084533.

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

Color convert

RGB 245 25 108 -
CMYK 0 0.90 0.56 0.04
HSL 337.36º 0.92% 0.53% -
HSV(B) 337.36º 0.9% 0.96% -
XYZ 40.71 21.19 16.13 -
YUV 100.24 132.39 231.25 -
System Red Green Blue C M Y K H S L
Decimal 245 25 108 0 0.90 0.56 0.04 337.36 0.92 0.53
Hex F5 19 6C 0 5A 38 4 151 5C 35
Octal 365 31 154 0 132 70 4 521 134 65
Binary 11110101 11001 1101100 0 1011010 111000 100 101010001 1011100 110101

Color Harmonies of #F5196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5196C

Black with #F5196C

Text Example


Text Example

White with #F5196C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5196C; }

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

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

background-color css

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

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

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

border-color css

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

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

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