Html Css Color HEX #F51E61 Ruby

📋 copy color: '#F51E61'

red 245 ◦ green 30 ◦ blue 97

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

Shades of Ruby #F51E61

Tints of Ruby #F51E61

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.06%

 BLUE value IS 97 (38.28% from 255) = 26.08%

R = 65.86%
G = 8.06%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F51E61 (or 0xF51E61) is known color: Ruby. HEX triplet: F5, 1E and 61. RGB value is (245,30,97). Sum of RGB (Red+Green+Blue) = 245+30+97=372 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.86% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51E61 is #0AE19E. Grayscale: #656565. Windows color (decimal): -713119 or 6364917. OLE color: 6364917.

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

Color convert

RGB 245 30 97 -
CMYK 0 0.88 0.60 0.04
HSL 341.3º 0.91% 0.54% -
HSV(B) 341.3º 0.88% 0.96% -
XYZ 40.28 21.2 13.28 -
YUV 101.92 125.23 230.05 -
System Red Green Blue C M Y K H S L
Decimal 245 30 97 0 0.88 0.60 0.04 341.3 0.91 0.54
Hex F5 1E 61 0 58 3C 4 155 5B 36
Octal 365 36 141 0 130 74 4 525 133 66
Binary 11110101 11110 1100001 0 1011000 111100 100 101010101 1011011 110110

Color Harmonies of #F51E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51E61

Black with #F51E61

Text Example


Text Example

White with #F51E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51E61; }

 p { color: rgb(245,30,97); }

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

background-color css

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

 a { background-color: rgb(245,30,97); }

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

border-color css

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

 span { border-color: rgb(245,30,97); }

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