Html Css Color HEX #F51D71 Ruby

📋 copy color: '#F51D71'

red 245 ◦ green 29 ◦ blue 113

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

Shades of Ruby #F51D71

Tints of Ruby #F51D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.2%

R = 63.31%
G = 7.49%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F51D71 (or 0xF51D71) is known color: Ruby. HEX triplet: F5, 1D and 71. RGB value is (245,29,113). Sum of RGB (Red+Green+Blue) = 245+29+113=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F51D71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51D71 is #0AE28E. Grayscale: #676767. Windows color (decimal): -713359 or 7413237. OLE color: 7413237.

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

Color convert

RGB 245 29 113 -
CMYK 0 0.88 0.54 0.04
HSL 336.67º 0.92% 0.54% -
HSV(B) 336.67º 0.88% 0.96% -
XYZ 41.08 21.48 17.6 -
YUV 103.16 133.56 229.17 -
System Red Green Blue C M Y K H S L
Decimal 245 29 113 0 0.88 0.54 0.04 336.67 0.92 0.54
Hex F5 1D 71 0 58 36 4 151 5C 36
Octal 365 35 161 0 130 66 4 521 134 66
Binary 11110101 11101 1110001 0 1011000 110110 100 101010001 1011100 110110

Color Harmonies of #F51D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51D71

Black with #F51D71

Text Example


Text Example

White with #F51D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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