Html Css Color HEX #FE427C Violet Red

📋 copy color: '#FE427C'

red 254 ◦ green 66 ◦ blue 124

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

Shades of Violet Red #FE427C

Tints of Violet Red #FE427C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.93%

R = 57.21%
G = 14.86%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE427C (or 0xFE427C) is known color: Violet Red. HEX triplet: FE, 42 and 7C. RGB value is (254,66,124). Sum of RGB (Red+Green+Blue) = 254+66+124=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 66 (26.17% from 255 or 14.86% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE427C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE427C is #01BD83. Grayscale: #808080. Windows color (decimal): -114052 or 8143614. OLE color: 8143614.

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

Color convert

RGB 254 66 124 -
CMYK 0 0.74 0.51 0.00
HSL 341.49º 0.99% 0.63% -
HSV(B) 341.49º 0.74% 1% -
XYZ 46.46 26.42 21.72 -
YUV 128.82 125.28 217.28 -
System Red Green Blue C M Y K H S L
Decimal 254 66 124 0 0.74 0.51 0.00 341.49 0.99 0.63
Hex FE 42 7C 0 4A 33 0 155 63 3F
Octal 376 102 174 0 112 63 0 525 143 77
Binary 11111110 1000010 1111100 0 1001010 110011 0 101010101 1100011 111111

Color Harmonies of #FE427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE427C

Black with #FE427C

Text Example


Text Example

White with #FE427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE427C; }

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

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

background-color css

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

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

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

border-color css

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

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

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