Html Css Color HEX #FE1371 Ruby

📋 copy color: '#FE1371'

red 254 ◦ green 19 ◦ blue 113

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

Shades of Ruby #FE1371

Tints of Ruby #FE1371

RGB

 RED value IS 254 (99.61% from 255) = 65.8%

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

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

R = 65.8%
G = 4.92%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE1371 (or 0xFE1371) is known color: Ruby. HEX triplet: FE, 13 and 71. RGB value is (254,19,113). Sum of RGB (Red+Green+Blue) = 254+19+113=386 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.80% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1371 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1371 is #01EC8E. Grayscale: #636363. Windows color (decimal): -126095 or 7410686. OLE color: 7410686.

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

Color convert

RGB 254 19 113 -
CMYK 0 0.93 0.56 0.00
HSL 336º 0.99% 0.54% -
HSV(B) 336º 0.93% 1% -
XYZ 44.09 22.73 17.69 -
YUV 99.98 135.36 237.86 -
System Red Green Blue C M Y K H S L
Decimal 254 19 113 0 0.93 0.56 0.00 336 0.99 0.54
Hex FE 13 71 0 5D 38 0 150 63 36
Octal 376 23 161 0 135 70 0 520 143 66
Binary 11111110 10011 1110001 0 1011101 111000 0 101010000 1100011 110110

Color Harmonies of #FE1371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1371

Black with #FE1371

Text Example


Text Example

White with #FE1371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1371; }

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

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

background-color css

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

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

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

border-color css

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

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

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