Html Css Color HEX #FE487E Violet Red

📋 copy color: '#FE487E'

red 254 ◦ green 72 ◦ blue 126

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

Shades of Violet Red #FE487E

Tints of Violet Red #FE487E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.93%

 BLUE value IS 126 (49.61% from 255) = 27.88%

R = 56.19%
G = 15.93%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE487E (or 0xFE487E) is known color: Violet Red. HEX triplet: FE, 48 and 7E. RGB value is (254,72,126). Sum of RGB (Red+Green+Blue) = 254+72+126=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE487E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE487E is #01B781. Grayscale: #848484. Windows color (decimal): -112514 or 8276222. OLE color: 8276222.

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

Color convert

RGB 254 72 126 -
CMYK 0 0.72 0.50 0.00
HSL 342.2º 0.99% 0.64% -
HSV(B) 342.2º 0.72% 1% -
XYZ 46.96 27.21 22.52 -
YUV 132.57 124.3 214.61 -
System Red Green Blue C M Y K H S L
Decimal 254 72 126 0 0.72 0.50 0.00 342.2 0.99 0.64
Hex FE 48 7E 0 48 32 0 156 63 40
Octal 376 110 176 0 110 62 0 526 143 100
Binary 11111110 1001000 1111110 0 1001000 110010 0 101010110 1100011 1000000

Color Harmonies of #FE487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE487E

Black with #FE487E

Text Example


Text Example

White with #FE487E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE487E; }

 p { color: rgb(254,72,126); }

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

background-color css

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

 a { background-color: rgb(254,72,126); }

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

border-color css

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

 span { border-color: rgb(254,72,126); }

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