Html Css Color HEX #F51B71 Ruby

📋 copy color: '#F51B71'

red 245 ◦ green 27 ◦ blue 113

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

Shades of Ruby #F51B71

Tints of Ruby #F51B71

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.01%

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

R = 63.64%
G = 7.01%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F51B71 (or 0xF51B71) is known color: Ruby. HEX triplet: F5, 1B and 71. RGB value is (245,27,113). Sum of RGB (Red+Green+Blue) = 245+27+113=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F51B71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51B71 is #0AE48E. Grayscale: #656565. Windows color (decimal): -713871 or 7412725. OLE color: 7412725.

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

Color convert

RGB 245 27 113 -
CMYK 0 0.89 0.54 0.04
HSL 336.33º 0.92% 0.53% -
HSV(B) 336.33º 0.89% 0.96% -
XYZ 41.03 21.39 17.59 -
YUV 101.99 134.22 230.01 -
System Red Green Blue C M Y K H S L
Decimal 245 27 113 0 0.89 0.54 0.04 336.33 0.92 0.53
Hex F5 1B 71 0 59 36 4 150 5C 35
Octal 365 33 161 0 131 66 4 520 134 65
Binary 11110101 11011 1110001 0 1011001 110110 100 101010000 1011100 110101

Color Harmonies of #F51B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51B71

Black with #F51B71

Text Example


Text Example

White with #F51B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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