Html Css Color HEX #FE1971 Ruby

📋 copy color: '#FE1971'

red 254 ◦ green 25 ◦ blue 113

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

Shades of Ruby #FE1971

Tints of Ruby #FE1971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.38%

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

R = 64.8%
G = 6.38%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE1971 (or 0xFE1971) is known color: Ruby. HEX triplet: FE, 19 and 71. RGB value is (254,25,113). Sum of RGB (Red+Green+Blue) = 254+25+113=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1971 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1971 is #01E68E. Grayscale: #676767. Windows color (decimal): -124559 or 7412222. OLE color: 7412222.

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

Color convert

RGB 254 25 113 -
CMYK 0 0.90 0.56 0.00
HSL 336.94º 0.99% 0.55% -
HSV(B) 336.94º 0.9% 1% -
XYZ 44.2 22.96 17.72 -
YUV 103.5 133.37 235.34 -
System Red Green Blue C M Y K H S L
Decimal 254 25 113 0 0.90 0.56 0.00 336.94 0.99 0.55
Hex FE 19 71 0 5A 38 0 151 63 37
Octal 376 31 161 0 132 70 0 521 143 67
Binary 11111110 11001 1110001 0 1011010 111000 0 101010001 1100011 110111

Color Harmonies of #FE1971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1971

Black with #FE1971

Text Example


Text Example

White with #FE1971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1971; }

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

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

background-color css

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

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

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

border-color css

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

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

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