Html Css Color HEX #F51271 Ruby

📋 copy color: '#F51271'

red 245 ◦ green 18 ◦ blue 113

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

Shades of Ruby #F51271

Tints of Ruby #F51271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.79%

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

R = 65.16%
G = 4.79%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F51271 (or 0xF51271) is known color: Ruby. HEX triplet: F5, 12 and 71. RGB value is (245,18,113). Sum of RGB (Red+Green+Blue) = 245+18+113=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F51271 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51271 is #0AED8E. Grayscale: #606060. Windows color (decimal): -716175 or 7410421. OLE color: 7410421.

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

Color convert

RGB 245 18 113 -
CMYK 0 0.93 0.54 0.04
HSL 334.89º 0.92% 0.52% -
HSV(B) 334.89º 0.93% 0.96% -
XYZ 40.85 21.04 17.53 -
YUV 96.7 137.21 233.78 -
System Red Green Blue C M Y K H S L
Decimal 245 18 113 0 0.93 0.54 0.04 334.89 0.92 0.52
Hex F5 12 71 0 5D 36 4 14F 5C 34
Octal 365 22 161 0 135 66 4 517 134 64
Binary 11110101 10010 1110001 0 1011101 110110 100 101001111 1011100 110100

Color Harmonies of #F51271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51271

Black with #F51271

Text Example


Text Example

White with #F51271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51271; }

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

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

background-color css

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

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

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

border-color css

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

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

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