Html Css Color HEX #F51470 Ruby

📋 copy color: '#F51470'

red 245 ◦ green 20 ◦ blue 112

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

Shades of Ruby #F51470

Tints of Ruby #F51470

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.31%

 BLUE value IS 112 (44.14% from 255) = 29.71%

R = 64.99%
G = 5.31%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F51470 (or 0xF51470) is known color: Ruby. HEX triplet: F5, 14 and 70. RGB value is (245,20,112). Sum of RGB (Red+Green+Blue) = 245+20+112=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F51470 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51470 is #0AEB8F. Grayscale: #616161. Windows color (decimal): -715664 or 7345397. OLE color: 7345397.

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

Color convert

RGB 245 20 112 -
CMYK 0 0.92 0.54 0.04
HSL 335.47º 0.92% 0.52% -
HSV(B) 335.47º 0.92% 0.96% -
XYZ 40.83 21.08 17.25 -
YUV 97.76 136.04 233.02 -
System Red Green Blue C M Y K H S L
Decimal 245 20 112 0 0.92 0.54 0.04 335.47 0.92 0.52
Hex F5 14 70 0 5C 36 4 14F 5C 34
Octal 365 24 160 0 134 66 4 517 134 64
Binary 11110101 10100 1110000 0 1011100 110110 100 101001111 1011100 110100

Color Harmonies of #F51470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51470

Black with #F51470

Text Example


Text Example

White with #F51470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51470; }

 p { color: rgb(245,20,112); }

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

background-color css

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

 a { background-color: rgb(245,20,112); }

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

border-color css

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

 span { border-color: rgb(245,20,112); }

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