Html Css Color HEX #F51762 Ruby

📋 copy color: '#F51762'

red 245 ◦ green 23 ◦ blue 98

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

Shades of Ruby #F51762

Tints of Ruby #F51762

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.28%

 BLUE value IS 98 (38.67% from 255) = 26.78%

R = 66.94%
G = 6.28%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.6

 K value IS 0.04

RGB Variations

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

Color information

#F51762 (or 0xF51762) is known color: Ruby. HEX triplet: F5, 17 and 62. RGB value is (245,23,98). Sum of RGB (Red+Green+Blue) = 245+23+98=366 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.94% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 245 - color contains mainly: red. Hex color #F51762 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51762 is #0AE89D. Grayscale: #616161. Windows color (decimal): -714910 or 6428661. OLE color: 6428661.

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

Color convert

RGB 245 23 98 -
CMYK 0 0.91 0.6 0.04
HSL 339.73º 0.92% 0.53% -
HSV(B) 339.73º 0.91% 0.96% -
XYZ 40.17 20.91 13.47 -
YUV 97.93 128.05 232.9 -
System Red Green Blue C M Y K H S L
Decimal 245 23 98 0 0.91 0.6 0.04 339.73 0.92 0.53
Hex F5 17 62 0 5B 3C 4 154 5C 35
Octal 365 27 142 0 133 74 4 524 134 65
Binary 11110101 10111 1100010 0 1011011 111100 100 101010100 1011100 110101

Color Harmonies of #F51762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51762

Black with #F51762

Text Example


Text Example

White with #F51762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51762; }

 p { color: rgb(245,23,98); }

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

background-color css

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

 a { background-color: rgb(245,23,98); }

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

border-color css

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

 span { border-color: rgb(245,23,98); }

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