Html Css Color HEX #F51F76 Ruby

📋 copy color: '#F51F76'

red 245 ◦ green 31 ◦ blue 118

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

Shades of Ruby #F51F76

Tints of Ruby #F51F76

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.87%

 BLUE value IS 118 (46.48% from 255) = 29.95%

R = 62.18%
G = 7.87%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F51F76 (or 0xF51F76) is known color: Ruby. HEX triplet: F5, 1F and 76. RGB value is (245,31,118). Sum of RGB (Red+Green+Blue) = 245+31+118=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 31 (12.5% from 255 or 7.87% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F51F76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51F76 is #0AE089. Grayscale: #686868. Windows color (decimal): -712842 or 7741429. OLE color: 7741429.

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

Color convert

RGB 245 31 118 -
CMYK 0 0.87 0.52 0.04
HSL 335.61º 0.91% 0.54% -
HSV(B) 335.61º 0.87% 0.96% -
XYZ 41.42 21.7 19.15 -
YUV 104.9 135.4 227.93 -
System Red Green Blue C M Y K H S L
Decimal 245 31 118 0 0.87 0.52 0.04 335.61 0.91 0.54
Hex F5 1F 76 0 57 34 4 150 5B 36
Octal 365 37 166 0 127 64 4 520 133 66
Binary 11110101 11111 1110110 0 1010111 110100 100 101010000 1011011 110110

Color Harmonies of #F51F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51F76

Black with #F51F76

Text Example


Text Example

White with #F51F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51F76; }

 p { color: rgb(245,31,118); }

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

background-color css

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

 a { background-color: rgb(245,31,118); }

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

border-color css

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

 span { border-color: rgb(245,31,118); }

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