Html Css Color HEX #F5196A Ruby

📋 copy color: '#F5196A'

red 245 ◦ green 25 ◦ blue 106

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

Shades of Ruby #F5196A

Tints of Ruby #F5196A

RGB

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

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

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

R = 65.16%
G = 6.65%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F5196A (or 0xF5196A) is known color: Ruby. HEX triplet: F5, 19 and 6A. RGB value is (245,25,106). Sum of RGB (Red+Green+Blue) = 245+25+106=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F5196A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5196A is #0AE695. Grayscale: #636363. Windows color (decimal): -714390 or 6953461. OLE color: 6953461.

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

Color convert

RGB 245 25 106 -
CMYK 0 0.90 0.57 0.04
HSL 337.91º 0.92% 0.53% -
HSV(B) 337.91º 0.9% 0.96% -
XYZ 40.61 21.15 15.58 -
YUV 100.01 131.39 231.41 -
System Red Green Blue C M Y K H S L
Decimal 245 25 106 0 0.90 0.57 0.04 337.91 0.92 0.53
Hex F5 19 6A 0 5A 39 4 152 5C 35
Octal 365 31 152 0 132 71 4 522 134 65
Binary 11110101 11001 1101010 0 1011010 111001 100 101010010 1011100 110101

Color Harmonies of #F5196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5196A

Black with #F5196A

Text Example


Text Example

White with #F5196A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5196A; }

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

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

background-color css

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

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

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

border-color css

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

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

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