Html Css Color HEX #FE428B Violet Red

📋 copy color: '#FE428B'

red 254 ◦ green 66 ◦ blue 139

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

Shades of Violet Red #FE428B

Tints of Violet Red #FE428B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.28%

R = 55.34%
G = 14.38%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE428B (or 0xFE428B) is known color: Violet Red. HEX triplet: FE, 42 and 8B. RGB value is (254,66,139). Sum of RGB (Red+Green+Blue) = 254+66+139=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE428B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE428B is #01BD74. Grayscale: #828282. Windows color (decimal): -114037 or 9126654. OLE color: 9126654.

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

Color convert

RGB 254 66 139 -
CMYK 0 0.74 0.45 0.00
HSL 336.7º 0.99% 0.63% -
HSV(B) 336.7º 0.74% 1% -
XYZ 47.48 26.83 27.1 -
YUV 130.53 132.78 216.06 -
System Red Green Blue C M Y K H S L
Decimal 254 66 139 0 0.74 0.45 0.00 336.7 0.99 0.63
Hex FE 42 8B 0 4A 2D 0 151 63 3F
Octal 376 102 213 0 112 55 0 521 143 77
Binary 11111110 1000010 10001011 0 1001010 101101 0 101010001 1100011 111111

Color Harmonies of #FE428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE428B

Black with #FE428B

Text Example


Text Example

White with #FE428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE428B; }

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

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

background-color css

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

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

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

border-color css

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

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

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