Html Css Color HEX #F51D72 Ruby

📋 copy color: '#F51D72'

red 245 ◦ green 29 ◦ blue 114

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

Shades of Ruby #F51D72

Tints of Ruby #F51D72

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.47%

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

R = 63.14%
G = 7.47%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F51D72 (or 0xF51D72) is known color: Ruby. HEX triplet: F5, 1D and 72. RGB value is (245,29,114). Sum of RGB (Red+Green+Blue) = 245+29+114=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F51D72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51D72 is #0AE28D. Grayscale: #676767. Windows color (decimal): -713358 or 7478773. OLE color: 7478773.

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

Color convert

RGB 245 29 114 -
CMYK 0 0.88 0.53 0.04
HSL 336.39º 0.92% 0.54% -
HSV(B) 336.39º 0.88% 0.96% -
XYZ 41.13 21.51 17.9 -
YUV 103.27 134.06 229.09 -
System Red Green Blue C M Y K H S L
Decimal 245 29 114 0 0.88 0.53 0.04 336.39 0.92 0.54
Hex F5 1D 72 0 58 35 4 150 5C 36
Octal 365 35 162 0 130 65 4 520 134 66
Binary 11110101 11101 1110010 0 1011000 110101 100 101010000 1011100 110110

Color Harmonies of #F51D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51D72

Black with #F51D72

Text Example


Text Example

White with #F51D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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