Html Css Color HEX #FE428E Violet Red

📋 copy color: '#FE428E'

red 254 ◦ green 66 ◦ blue 142

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

Shades of Violet Red #FE428E

Tints of Violet Red #FE428E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.29%

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

R = 54.98%
G = 14.29%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE428E (or 0xFE428E) is known color: Violet Red. HEX triplet: FE, 42 and 8E. RGB value is (254,66,142). Sum of RGB (Red+Green+Blue) = 254+66+142=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 66 (26.17% from 255 or 14.29% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE428E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE428E is #01BD71. Grayscale: #828282. Windows color (decimal): -114034 or 9323262. OLE color: 9323262.

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

Color convert

RGB 254 66 142 -
CMYK 0 0.74 0.44 0.00
HSL 335.74º 0.99% 0.63% -
HSV(B) 335.74º 0.74% 1% -
XYZ 47.7 26.92 28.27 -
YUV 130.88 134.28 215.82 -
System Red Green Blue C M Y K H S L
Decimal 254 66 142 0 0.74 0.44 0.00 335.74 0.99 0.63
Hex FE 42 8E 0 4A 2C 0 150 63 3F
Octal 376 102 216 0 112 54 0 520 143 77
Binary 11111110 1000010 10001110 0 1001010 101100 0 101010000 1100011 111111

Color Harmonies of #FE428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE428E

Black with #FE428E

Text Example


Text Example

White with #FE428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE428E; }

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

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

background-color css

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

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

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

border-color css

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

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

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