Html Css Color HEX #F51370 Ruby

📋 copy color: '#F51370'

red 245 ◦ green 19 ◦ blue 112

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

Shades of Ruby #F51370

Tints of Ruby #F51370

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.05%

 BLUE value IS 112 (44.14% from 255) = 29.79%

R = 65.16%
G = 5.05%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F51370 (or 0xF51370) is known color: Ruby. HEX triplet: F5, 13 and 70. RGB value is (245,19,112). Sum of RGB (Red+Green+Blue) = 245+19+112=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F51370 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51370 is #0AEC8F. Grayscale: #616161. Windows color (decimal): -715920 or 7345141. OLE color: 7345141.

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

Color convert

RGB 245 19 112 -
CMYK 0 0.92 0.54 0.04
HSL 335.31º 0.92% 0.52% -
HSV(B) 335.31º 0.92% 0.96% -
XYZ 40.81 21.05 17.24 -
YUV 97.18 136.37 233.44 -
System Red Green Blue C M Y K H S L
Decimal 245 19 112 0 0.92 0.54 0.04 335.31 0.92 0.52
Hex F5 13 70 0 5C 36 4 14F 5C 34
Octal 365 23 160 0 134 66 4 517 134 64
Binary 11110101 10011 1110000 0 1011100 110110 100 101001111 1011100 110100

Color Harmonies of #F51370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51370

Black with #F51370

Text Example


Text Example

White with #F51370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51370; }

 p { color: rgb(245,19,112); }

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

background-color css

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

 a { background-color: rgb(245,19,112); }

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

border-color css

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

 span { border-color: rgb(245,19,112); }

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