Html Css Color HEX #FE1670 Ruby

📋 copy color: '#FE1670'

red 254 ◦ green 22 ◦ blue 112

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

Shades of Ruby #FE1670

Tints of Ruby #FE1670

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.67%

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

R = 65.46%
G = 5.67%
B = 28.87%

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

#FE1670 (or 0xFE1670) is known color: Ruby. HEX triplet: FE, 16 and 70. RGB value is (254,22,112). Sum of RGB (Red+Green+Blue) = 254+22+112=388 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.46% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1670 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1670 is #01E98F. Grayscale: #656565. Windows color (decimal): -125328 or 7345918. OLE color: 7345918.

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

Color convert

RGB 254 22 112 -
CMYK 0 0.91 0.56 0.00
HSL 336.72º 0.99% 0.54% -
HSV(B) 336.72º 0.91% 1% -
XYZ 44.08 22.81 17.41 -
YUV 101.63 133.86 236.68 -
System Red Green Blue C M Y K H S L
Decimal 254 22 112 0 0.91 0.56 0.00 336.72 0.99 0.54
Hex FE 16 70 0 5B 38 0 151 63 36
Octal 376 26 160 0 133 70 0 521 143 66
Binary 11111110 10110 1110000 0 1011011 111000 0 101010001 1100011 110110

Color Harmonies of #FE1670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1670

Black with #FE1670

Text Example


Text Example

White with #FE1670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1670; }

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

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

background-color css

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

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

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

border-color css

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

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

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