Html Css Color HEX #FF1571 Ruby

📋 copy color: '#FF1571'

red 255 ◦ green 21 ◦ blue 113

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

Shades of Ruby #FF1571

Tints of Ruby #FF1571

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.4%

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

R = 65.55%
G = 5.4%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF1571 (or 0xFF1571) is known color: Ruby. HEX triplet: FF, 15 and 71. RGB value is (255,21,113). Sum of RGB (Red+Green+Blue) = 255+21+113=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1571 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1571 is #00EA8E. Grayscale: #656565. Windows color (decimal): -60047 or 7411199. OLE color: 7411199.

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

Color convert

RGB 255 21 113 -
CMYK 0 0.92 0.56 0
HSL 336.41º 1% 0.54% -
HSV(B) 336.41º 0.92% 1% -
XYZ 44.49 22.99 17.72 -
YUV 101.45 134.52 237.52 -
System Red Green Blue C M Y K H S L
Decimal 255 21 113 0 0.92 0.56 0 336.41 1 0.54
Hex FF 15 71 0 5C 38 0 150 64 36
Octal 377 25 161 0 134 70 0 520 144 66
Binary 11111111 10101 1110001 0 1011100 111000 0 101010000 1100100 110110

Color Harmonies of #FF1571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1571

Black with #FF1571

Text Example


Text Example

White with #FF1571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1571; }

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

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

background-color css

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

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

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

border-color css

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

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

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