Html Css Color HEX #FF1771 Ruby

📋 copy color: '#FF1771'

red 255 ◦ green 23 ◦ blue 113

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

Shades of Ruby #FF1771

Tints of Ruby #FF1771

RGB

 RED value IS 255 (100% from 255) = 65.22%

 GREEN value IS 23 (9.38% from 255) = 5.88%

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

R = 65.22%
G = 5.88%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF1771 (or 0xFF1771) is known color: Ruby. HEX triplet: FF, 17 and 71. RGB value is (255,23,113). Sum of RGB (Red+Green+Blue) = 255+23+113=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 23 (9.38% from 255 or 5.88% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1771 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1771 is #00E88E. Grayscale: #666666. Windows color (decimal): -59535 or 7411711. OLE color: 7411711.

HSL color Cylindrical-coordinate representation of color #FF1771: hue angle of 336.72º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1771 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 255 23 113 -
CMYK 0 0.91 0.56 0
HSL 336.72º 1% 0.55% -
HSV(B) 336.72º 0.91% 1% -
XYZ 44.53 23.07 17.73 -
YUV 102.63 133.86 236.68 -
System Red Green Blue C M Y K H S L
Decimal 255 23 113 0 0.91 0.56 0 336.72 1 0.55
Hex FF 17 71 0 5B 38 0 151 64 37
Octal 377 27 161 0 133 70 0 521 144 67
Binary 11111111 10111 1110001 0 1011011 111000 0 101010001 1100100 110111

Color Harmonies of #FF1771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1771

Black with #FF1771

Text Example


Text Example

White with #FF1771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1771; }

 p { color: rgb(255,23,113); }

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

background-color css

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

 a { background-color: rgb(255,23,113); }

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

border-color css

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

 span { border-color: rgb(255,23,113); }

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