Html Css Color HEX #FE1771 Ruby

📋 copy color: '#FE1771'

red 254 ◦ green 23 ◦ blue 113

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

Shades of Ruby #FE1771

Tints of Ruby #FE1771

RGB

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

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

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

R = 65.13%
G = 5.9%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE1771 (or 0xFE1771) is known color: Ruby. HEX triplet: FE, 17 and 71. RGB value is (254,23,113). Sum of RGB (Red+Green+Blue) = 254+23+113=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1771 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1771 is #01E88E. Grayscale: #666666. Windows color (decimal): -125071 or 7411710. OLE color: 7411710.

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

Color convert

RGB 254 23 113 -
CMYK 0 0.91 0.56 0.00
HSL 336.62º 0.99% 0.54% -
HSV(B) 336.62º 0.91% 1% -
XYZ 44.16 22.88 17.71 -
YUV 102.33 134.03 236.18 -
System Red Green Blue C M Y K H S L
Decimal 254 23 113 0 0.91 0.56 0.00 336.62 0.99 0.54
Hex FE 17 71 0 5B 38 0 151 63 36
Octal 376 27 161 0 133 70 0 521 143 66
Binary 11111110 10111 1110001 0 1011011 111000 0 101010001 1100011 110110

Color Harmonies of #FE1771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1771

Black with #FE1771

Text Example


Text Example

White with #FE1771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1771; }

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

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

background-color css

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

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

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

border-color css

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

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

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