Html Css Color HEX #F51E63 Ruby

📋 copy color: '#F51E63'

red 245 ◦ green 30 ◦ blue 99

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

Shades of Ruby #F51E63

Tints of Ruby #F51E63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.47%

R = 65.51%
G = 8.02%
B = 26.47%

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

#F51E63 (or 0xF51E63) is known color: Ruby. HEX triplet: F5, 1E and 63. RGB value is (245,30,99). Sum of RGB (Red+Green+Blue) = 245+30+99=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51E63 is #0AE19C. Grayscale: #666666. Windows color (decimal): -713117 or 6495989. OLE color: 6495989.

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

Color convert

RGB 245 30 99 -
CMYK 0 0.88 0.60 0.04
HSL 340.74º 0.91% 0.54% -
HSV(B) 340.74º 0.88% 0.96% -
XYZ 40.37 21.24 13.78 -
YUV 102.15 126.23 229.89 -
System Red Green Blue C M Y K H S L
Decimal 245 30 99 0 0.88 0.60 0.04 340.74 0.91 0.54
Hex F5 1E 63 0 58 3C 4 155 5B 36
Octal 365 36 143 0 130 74 4 525 133 66
Binary 11110101 11110 1100011 0 1011000 111100 100 101010101 1011011 110110

Color Harmonies of #F51E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51E63

Black with #F51E63

Text Example


Text Example

White with #F51E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51E63; }

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

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

background-color css

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

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

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

border-color css

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

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

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