Html Css Color HEX #F51172 Ruby

📋 copy color: '#F51172'

red 245 ◦ green 17 ◦ blue 114

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

Shades of Ruby #F51172

Tints of Ruby #F51172

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.52%

 BLUE value IS 114 (44.92% from 255) = 30.32%

R = 65.16%
G = 4.52%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F51172 (or 0xF51172) is known color: Ruby. HEX triplet: F5, 11 and 72. RGB value is (245,17,114). Sum of RGB (Red+Green+Blue) = 245+17+114=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F51172 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51172 is #0AEE8D. Grayscale: #606060. Windows color (decimal): -716430 or 7475701. OLE color: 7475701.

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

Color convert

RGB 245 17 114 -
CMYK 0 0.93 0.53 0.04
HSL 334.47º 0.92% 0.51% -
HSV(B) 334.47º 0.93% 0.96% -
XYZ 40.89 21.03 17.82 -
YUV 96.23 138.04 234.11 -
System Red Green Blue C M Y K H S L
Decimal 245 17 114 0 0.93 0.53 0.04 334.47 0.92 0.51
Hex F5 11 72 0 5D 35 4 14E 5C 33
Octal 365 21 162 0 135 65 4 516 134 63
Binary 11110101 10001 1110010 0 1011101 110101 100 101001110 1011100 110011

Color Harmonies of #F51172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51172

Black with #F51172

Text Example


Text Example

White with #F51172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51172; }

 p { color: rgb(245,17,114); }

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

background-color css

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

 a { background-color: rgb(245,17,114); }

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

border-color css

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

 span { border-color: rgb(245,17,114); }

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