Html Css Color HEX #F51D5D Ruby

📋 copy color: '#F51D5D'

red 245 ◦ green 29 ◦ blue 93

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

Shades of Ruby #F51D5D

Tints of Ruby #F51D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.34%

R = 66.76%
G = 7.9%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F51D5D (or 0xF51D5D) is known color: Ruby. HEX triplet: F5, 1D and 5D. RGB value is (245,29,93). Sum of RGB (Red+Green+Blue) = 245+29+93=367 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.76% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 245 - color contains mainly: red. Hex color #F51D5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51D5D is #0AE2A2. Grayscale: #646464. Windows color (decimal): -713379 or 6102517. OLE color: 6102517.

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

Color convert

RGB 245 29 93 -
CMYK 0 0.88 0.62 0.04
HSL 342.22º 0.92% 0.54% -
HSV(B) 342.22º 0.88% 0.96% -
XYZ 40.07 21.08 12.31 -
YUV 100.88 123.56 230.8 -
System Red Green Blue C M Y K H S L
Decimal 245 29 93 0 0.88 0.62 0.04 342.22 0.92 0.54
Hex F5 1D 5D 0 58 3E 4 156 5C 36
Octal 365 35 135 0 130 76 4 526 134 66
Binary 11110101 11101 1011101 0 1011000 111110 100 101010110 1011100 110110

Color Harmonies of #F51D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51D5D

Black with #F51D5D

Text Example


Text Example

White with #F51D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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