Html Css Color HEX #FE327C Violet Red

📋 copy color: '#FE327C'

red 254 ◦ green 50 ◦ blue 124

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

Shades of Violet Red #FE327C

Tints of Violet Red #FE327C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.68%

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

R = 59.35%
G = 11.68%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE327C (or 0xFE327C) is known color: Violet Red. HEX triplet: FE, 32 and 7C. RGB value is (254,50,124). Sum of RGB (Red+Green+Blue) = 254+50+124=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 50 (19.92% from 255 or 11.68% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE327C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE327C is #01CD83. Grayscale: #777777. Windows color (decimal): -118148 or 8139518. OLE color: 8139518.

HSL color Cylindrical-coordinate representation of color #FE327C: hue angle of 338.24º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE327C is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 50 124 -
CMYK 0 0.80 0.51 0.00
HSL 338.24º 0.99% 0.6% -
HSV(B) 338.24º 0.8% 1% -
XYZ 45.65 24.81 21.45 -
YUV 119.43 130.59 223.98 -
System Red Green Blue C M Y K H S L
Decimal 254 50 124 0 0.80 0.51 0.00 338.24 0.99 0.6
Hex FE 32 7C 0 50 33 0 152 63 3C
Octal 376 62 174 0 120 63 0 522 143 74
Binary 11111110 110010 1111100 0 1010000 110011 0 101010010 1100011 111100

Color Harmonies of #FE327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE327C

Black with #FE327C

Text Example


Text Example

White with #FE327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE327C; }

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

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

background-color css

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

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

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

border-color css

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

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

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