Html Css Color HEX #FE1970 Ruby

📋 copy color: '#FE1970'

red 254 ◦ green 25 ◦ blue 112

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

Shades of Ruby #FE1970

Tints of Ruby #FE1970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.64%

R = 64.96%
G = 6.39%
B = 28.64%

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

#FE1970 (or 0xFE1970) is known color: Ruby. HEX triplet: FE, 19 and 70. RGB value is (254,25,112). Sum of RGB (Red+Green+Blue) = 254+25+112=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1970 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1970 is #01E68F. Grayscale: #676767. Windows color (decimal): -124560 or 7346686. OLE color: 7346686.

HSL color Cylindrical-coordinate representation of color #FE1970: hue angle of 337.21º 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 #FE1970 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 25 112 -
CMYK 0 0.90 0.56 0.00
HSL 337.21º 0.99% 0.55% -
HSV(B) 337.21º 0.9% 1% -
XYZ 44.15 22.94 17.43 -
YUV 103.39 132.87 235.43 -
System Red Green Blue C M Y K H S L
Decimal 254 25 112 0 0.90 0.56 0.00 337.21 0.99 0.55
Hex FE 19 70 0 5A 38 0 151 63 37
Octal 376 31 160 0 132 70 0 521 143 67
Binary 11111110 11001 1110000 0 1011010 111000 0 101010001 1100011 110111

Color Harmonies of #FE1970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1970

Black with #FE1970

Text Example


Text Example

White with #FE1970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1970; }

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

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

background-color css

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

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

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

border-color css

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

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

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