Html Css Color HEX #FF1371 Ruby

📋 copy color: '#FF1371'

red 255 ◦ green 19 ◦ blue 113

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

Shades of Ruby #FF1371

Tints of Ruby #FF1371

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.91%

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

R = 65.89%
G = 4.91%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF1371 (or 0xFF1371) is known color: Ruby. HEX triplet: FF, 13 and 71. RGB value is (255,19,113). Sum of RGB (Red+Green+Blue) = 255+19+113=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1371 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1371 is #00EC8E. Grayscale: #646464. Windows color (decimal): -60559 or 7410687. OLE color: 7410687.

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

Color convert

RGB 255 19 113 -
CMYK 0 0.93 0.56 0
HSL 336.1º 1% 0.54% -
HSV(B) 336.1º 0.93% 1% -
XYZ 44.45 22.92 17.7 -
YUV 100.28 135.19 238.36 -
System Red Green Blue C M Y K H S L
Decimal 255 19 113 0 0.93 0.56 0 336.1 1 0.54
Hex FF 13 71 0 5D 38 0 150 64 36
Octal 377 23 161 0 135 70 0 520 144 66
Binary 11111111 10011 1110001 0 1011101 111000 0 101010000 1100100 110110

Color Harmonies of #FF1371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1371

Black with #FF1371

Text Example


Text Example

White with #FF1371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1371; }

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

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

background-color css

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

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

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

border-color css

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

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

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