Html Css Color HEX #FD1371 Ruby

📋 copy color: '#FD1371'

red 253 ◦ green 19 ◦ blue 113

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

Shades of Ruby #FD1371

Tints of Ruby #FD1371

RGB

 RED value IS 253 (99.22% from 255) = 65.71%

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

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

R = 65.71%
G = 4.94%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FD1371 (or 0xFD1371) is known color: Ruby. HEX triplet: FD, 13 and 71. RGB value is (253,19,113). Sum of RGB (Red+Green+Blue) = 253+19+113=385 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.71% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1371 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1371 is #02EC8E. Grayscale: #636363. Windows color (decimal): -191631 or 7410685. OLE color: 7410685.

HSL color Cylindrical-coordinate representation of color #FD1371: hue angle of 335.9º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD1371 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 19 113 -
CMYK 0 0.92 0.55 0.01
HSL 335.9º 0.98% 0.53% -
HSV(B) 335.9º 0.92% 0.99% -
XYZ 43.72 22.54 17.67 -
YUV 99.68 135.52 237.36 -
System Red Green Blue C M Y K H S L
Decimal 253 19 113 0 0.92 0.55 0.01 335.9 0.98 0.53
Hex FD 13 71 0 5C 37 1 150 62 35
Octal 375 23 161 0 134 67 1 520 142 65
Binary 11111101 10011 1110001 0 1011100 110111 1 101010000 1100010 110101

Color Harmonies of #FD1371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1371

Black with #FD1371

Text Example


Text Example

White with #FD1371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1371; }

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

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

background-color css

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

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

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

border-color css

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

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

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