Html Css Color HEX #F51676 Ruby

📋 copy color: '#F51676'

red 245 ◦ green 22 ◦ blue 118

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

Shades of Ruby #F51676

Tints of Ruby #F51676

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.71%

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

R = 63.64%
G = 5.71%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F51676 (or 0xF51676) is known color: Ruby. HEX triplet: F5, 16 and 76. RGB value is (245,22,118). Sum of RGB (Red+Green+Blue) = 245+22+118=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F51676 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51676 is #0AE989. Grayscale: #636363. Windows color (decimal): -715146 or 7739125. OLE color: 7739125.

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

Color convert

RGB 245 22 118 -
CMYK 0 0.91 0.52 0.04
HSL 334.17º 0.92% 0.52% -
HSV(B) 334.17º 0.91% 0.96% -
XYZ 41.21 21.29 19.08 -
YUV 99.62 138.38 231.69 -
System Red Green Blue C M Y K H S L
Decimal 245 22 118 0 0.91 0.52 0.04 334.17 0.92 0.52
Hex F5 16 76 0 5B 34 4 14E 5C 34
Octal 365 26 166 0 133 64 4 516 134 64
Binary 11110101 10110 1110110 0 1011011 110100 100 101001110 1011100 110100

Color Harmonies of #F51676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51676

Black with #F51676

Text Example


Text Example

White with #F51676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51676; }

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

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

background-color css

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

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

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

border-color css

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

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

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