Html Css Color HEX #FE467C Violet Red

📋 copy color: '#FE467C'

red 254 ◦ green 70 ◦ blue 124

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

Shades of Violet Red #FE467C

Tints of Violet Red #FE467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.63%

 BLUE value IS 124 (48.83% from 255) = 27.68%

R = 56.7%
G = 15.63%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE467C (or 0xFE467C) is known color: Violet Red. HEX triplet: FE, 46 and 7C. RGB value is (254,70,124). Sum of RGB (Red+Green+Blue) = 254+70+124=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE467C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE467C is #01B983. Grayscale: #838383. Windows color (decimal): -113028 or 8144638. OLE color: 8144638.

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

Color convert

RGB 254 70 124 -
CMYK 0 0.72 0.51 0.00
HSL 342.39º 0.99% 0.64% -
HSV(B) 342.39º 0.72% 1% -
XYZ 46.7 26.91 21.8 -
YUV 131.17 123.96 215.61 -
System Red Green Blue C M Y K H S L
Decimal 254 70 124 0 0.72 0.51 0.00 342.39 0.99 0.64
Hex FE 46 7C 0 48 33 0 156 63 40
Octal 376 106 174 0 110 63 0 526 143 100
Binary 11111110 1000110 1111100 0 1001000 110011 0 101010110 1100011 1000000

Color Harmonies of #FE467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE467C

Black with #FE467C

Text Example


Text Example

White with #FE467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE467C; }

 p { color: rgb(254,70,124); }

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

background-color css

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

 a { background-color: rgb(254,70,124); }

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

border-color css

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

 span { border-color: rgb(254,70,124); }

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