Html Css Color HEX #FE428F Violet Red

📋 copy color: '#FE428F'

red 254 ◦ green 66 ◦ blue 143

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

Shades of Violet Red #FE428F

Tints of Violet Red #FE428F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.89%

R = 54.86%
G = 14.25%
B = 30.89%

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

#FE428F (or 0xFE428F) is known color: Violet Red. HEX triplet: FE, 42 and 8F. RGB value is (254,66,143). Sum of RGB (Red+Green+Blue) = 254+66+143=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE428F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE428F is #01BD70. Grayscale: #828282. Windows color (decimal): -114033 or 9388798. OLE color: 9388798.

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

Color convert

RGB 254 66 143 -
CMYK 0 0.74 0.44 0.00
HSL 335.43º 0.99% 0.63% -
HSV(B) 335.43º 0.74% 1% -
XYZ 47.78 26.95 28.67 -
YUV 130.99 134.78 215.74 -
System Red Green Blue C M Y K H S L
Decimal 254 66 143 0 0.74 0.44 0.00 335.43 0.99 0.63
Hex FE 42 8F 0 4A 2C 0 14F 63 3F
Octal 376 102 217 0 112 54 0 517 143 77
Binary 11111110 1000010 10001111 0 1001010 101100 0 101001111 1100011 111111

Color Harmonies of #FE428F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE428F

Black with #FE428F

Text Example


Text Example

White with #FE428F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE428F; }

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

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

background-color css

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

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

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

border-color css

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

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

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