Html Css Color HEX #F51372 Ruby

📋 copy color: '#F51372'

red 245 ◦ green 19 ◦ blue 114

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

Shades of Ruby #F51372

Tints of Ruby #F51372

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.03%

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

R = 64.81%
G = 5.03%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F51372 (or 0xF51372) is known color: Ruby. HEX triplet: F5, 13 and 72. RGB value is (245,19,114). Sum of RGB (Red+Green+Blue) = 245+19+114=378 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.81% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 245 - color contains mainly: red. Hex color #F51372 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51372 is #0AEC8D. Grayscale: #616161. Windows color (decimal): -715918 or 7476213. OLE color: 7476213.

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

Color convert

RGB 245 19 114 -
CMYK 0 0.92 0.53 0.04
HSL 334.78º 0.92% 0.52% -
HSV(B) 334.78º 0.92% 0.96% -
XYZ 40.93 21.09 17.83 -
YUV 97.4 137.37 233.28 -
System Red Green Blue C M Y K H S L
Decimal 245 19 114 0 0.92 0.53 0.04 334.78 0.92 0.52
Hex F5 13 72 0 5C 35 4 14F 5C 34
Octal 365 23 162 0 134 65 4 517 134 64
Binary 11110101 10011 1110010 0 1011100 110101 100 101001111 1011100 110100

Color Harmonies of #F51372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51372

Black with #F51372

Text Example


Text Example

White with #F51372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51372; }

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

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

background-color css

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

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

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

border-color css

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

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

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