Html Css Color HEX #FE468E Violet Red

📋 copy color: '#FE468E'

red 254 ◦ green 70 ◦ blue 142

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

Shades of Violet Red #FE468E

Tints of Violet Red #FE468E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.47%

R = 54.51%
G = 15.02%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE468E (or 0xFE468E) is known color: Violet Red. HEX triplet: FE, 46 and 8E. RGB value is (254,70,142). Sum of RGB (Red+Green+Blue) = 254+70+142=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 70 (27.73% from 255 or 15.02% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE468E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE468E is #01B971. Grayscale: #858585. Windows color (decimal): -113010 or 9324286. OLE color: 9324286.

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

Color convert

RGB 254 70 142 -
CMYK 0 0.72 0.44 0.00
HSL 336.52º 0.99% 0.64% -
HSV(B) 336.52º 0.72% 1% -
XYZ 47.95 27.4 28.35 -
YUV 133.22 132.96 214.15 -
System Red Green Blue C M Y K H S L
Decimal 254 70 142 0 0.72 0.44 0.00 336.52 0.99 0.64
Hex FE 46 8E 0 48 2C 0 151 63 40
Octal 376 106 216 0 110 54 0 521 143 100
Binary 11111110 1000110 10001110 0 1001000 101100 0 101010001 1100011 1000000

Color Harmonies of #FE468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE468E

Black with #FE468E

Text Example


Text Example

White with #FE468E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE468E; }

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

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

background-color css

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

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

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

border-color css

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

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

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