Html Css Color HEX #FE467A Violet Red

📋 copy color: '#FE467A'

red 254 ◦ green 70 ◦ blue 122

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

Shades of Violet Red #FE467A

Tints of Violet Red #FE467A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.35%

R = 56.95%
G = 15.7%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE467A (or 0xFE467A) is known color: Violet Red. HEX triplet: FE, 46 and 7A. RGB value is (254,70,122). Sum of RGB (Red+Green+Blue) = 254+70+122=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE467A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE467A is #01B985. Grayscale: #828282. Windows color (decimal): -113030 or 8013566. OLE color: 8013566.

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

Color convert

RGB 254 70 122 -
CMYK 0 0.72 0.52 0.00
HSL 343.04º 0.99% 0.64% -
HSV(B) 343.04º 0.72% 1% -
XYZ 46.58 26.86 21.14 -
YUV 130.94 122.96 215.77 -
System Red Green Blue C M Y K H S L
Decimal 254 70 122 0 0.72 0.52 0.00 343.04 0.99 0.64
Hex FE 46 7A 0 48 34 0 157 63 40
Octal 376 106 172 0 110 64 0 527 143 100
Binary 11111110 1000110 1111010 0 1001000 110100 0 101010111 1100011 1000000

Color Harmonies of #FE467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE467A

Black with #FE467A

Text Example


Text Example

White with #FE467A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE467A; }

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

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

background-color css

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

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

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

border-color css

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

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

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