Html Css Color HEX #F51072 Ruby

📋 copy color: '#F51072'

red 245 ◦ green 16 ◦ blue 114

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

Shades of Ruby #F51072

Tints of Ruby #F51072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.27%

 BLUE value IS 114 (44.92% from 255) = 30.4%

R = 65.33%
G = 4.27%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F51072 (or 0xF51072) is known color: Ruby. HEX triplet: F5, 10 and 72. RGB value is (245,16,114). Sum of RGB (Red+Green+Blue) = 245+16+114=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F51072 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51072 is #0AEF8D. Grayscale: #5F5F5F. Windows color (decimal): -716686 or 7475445. OLE color: 7475445.

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

Color convert

RGB 245 16 114 -
CMYK 0 0.93 0.53 0.04
HSL 334.32º 0.92% 0.51% -
HSV(B) 334.32º 0.93% 0.96% -
XYZ 40.88 21 17.82 -
YUV 95.64 138.37 234.53 -
System Red Green Blue C M Y K H S L
Decimal 245 16 114 0 0.93 0.53 0.04 334.32 0.92 0.51
Hex F5 10 72 0 5D 35 4 14E 5C 33
Octal 365 20 162 0 135 65 4 516 134 63
Binary 11110101 10000 1110010 0 1011101 110101 100 101001110 1011100 110011

Color Harmonies of #F51072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51072

Black with #F51072

Text Example


Text Example

White with #F51072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51072; }

 p { color: rgb(245,16,114); }

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

background-color css

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

 a { background-color: rgb(245,16,114); }

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

border-color css

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

 span { border-color: rgb(245,16,114); }

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