Html Css Color HEX #F51471 Ruby

📋 copy color: '#F51471'

red 245 ◦ green 20 ◦ blue 113

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

Shades of Ruby #F51471

Tints of Ruby #F51471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.89%

R = 64.81%
G = 5.29%
B = 29.89%

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

#F51471 (or 0xF51471) is known color: Ruby. HEX triplet: F5, 14 and 71. RGB value is (245,20,113). Sum of RGB (Red+Green+Blue) = 245+20+113=378 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.81% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 245 - color contains mainly: red. Hex color #F51471 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51471 is #0AEB8E. Grayscale: #616161. Windows color (decimal): -715663 or 7410933. OLE color: 7410933.

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

Color convert

RGB 245 20 113 -
CMYK 0 0.92 0.54 0.04
HSL 335.2º 0.92% 0.52% -
HSV(B) 335.2º 0.92% 0.96% -
XYZ 40.89 21.11 17.54 -
YUV 97.88 136.54 232.94 -
System Red Green Blue C M Y K H S L
Decimal 245 20 113 0 0.92 0.54 0.04 335.2 0.92 0.52
Hex F5 14 71 0 5C 36 4 14F 5C 34
Octal 365 24 161 0 134 66 4 517 134 64
Binary 11110101 10100 1110001 0 1011100 110110 100 101001111 1011100 110100

Color Harmonies of #F51471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51471

Black with #F51471

Text Example


Text Example

White with #F51471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51471; }

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

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

background-color css

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

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

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

border-color css

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

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

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