Html Css Color HEX #F52076 Ruby

📋 copy color: '#F52076'

red 245 ◦ green 32 ◦ blue 118

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

Shades of Ruby #F52076

Tints of Ruby #F52076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.1%

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

R = 62.03%
G = 8.1%
B = 29.87%

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

#F52076 (or 0xF52076) is known color: Ruby. HEX triplet: F5, 20 and 76. RGB value is (245,32,118). Sum of RGB (Red+Green+Blue) = 245+32+118=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F52076 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52076 is #0ADF89. Grayscale: #696969. Windows color (decimal): -712586 or 7741685. OLE color: 7741685.

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

Color convert

RGB 245 32 118 -
CMYK 0 0.87 0.52 0.04
HSL 335.77º 0.91% 0.54% -
HSV(B) 335.77º 0.87% 0.96% -
XYZ 41.44 21.75 19.15 -
YUV 105.49 135.07 227.51 -
System Red Green Blue C M Y K H S L
Decimal 245 32 118 0 0.87 0.52 0.04 335.77 0.91 0.54
Hex F5 20 76 0 57 34 4 150 5B 36
Octal 365 40 166 0 127 64 4 520 133 66
Binary 11110101 100000 1110110 0 1010111 110100 100 101010000 1011011 110110

Color Harmonies of #F52076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52076

Black with #F52076

Text Example


Text Example

White with #F52076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52076; }

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

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

background-color css

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

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

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

border-color css

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

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

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