Html Css Color HEX #FE468A Violet Red

📋 copy color: '#FE468A'

red 254 ◦ green 70 ◦ blue 138

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

Shades of Violet Red #FE468A

Tints of Violet Red #FE468A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.87%

R = 54.98%
G = 15.15%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE468A (or 0xFE468A) is known color: Violet Red. HEX triplet: FE, 46 and 8A. RGB value is (254,70,138). Sum of RGB (Red+Green+Blue) = 254+70+138=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE468A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE468A is #01B975. Grayscale: #848484. Windows color (decimal): -113014 or 9062142. OLE color: 9062142.

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

Color convert

RGB 254 70 138 -
CMYK 0 0.72 0.46 0.00
HSL 337.83º 0.99% 0.64% -
HSV(B) 337.83º 0.72% 1% -
XYZ 47.65 27.29 26.8 -
YUV 132.77 130.96 214.47 -
System Red Green Blue C M Y K H S L
Decimal 254 70 138 0 0.72 0.46 0.00 337.83 0.99 0.64
Hex FE 46 8A 0 48 2E 0 152 63 40
Octal 376 106 212 0 110 56 0 522 143 100
Binary 11111110 1000110 10001010 0 1001000 101110 0 101010010 1100011 1000000

Color Harmonies of #FE468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE468A

Black with #FE468A

Text Example


Text Example

White with #FE468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE468A; }

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

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

background-color css

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

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

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

border-color css

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

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

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