Html Css Color HEX #FE327F Violet Red

📋 copy color: '#FE327F'

red 254 ◦ green 50 ◦ blue 127

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

Shades of Violet Red #FE327F

Tints of Violet Red #FE327F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.47%

R = 58.93%
G = 11.6%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE327F (or 0xFE327F) is known color: Violet Red. HEX triplet: FE, 32 and 7F. RGB value is (254,50,127). Sum of RGB (Red+Green+Blue) = 254+50+127=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE327F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE327F is #01CD80. Grayscale: #777777. Windows color (decimal): -118145 or 8336126. OLE color: 8336126.

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

Color convert

RGB 254 50 127 -
CMYK 0 0.80 0.50 0.00
HSL 337.35º 0.99% 0.6% -
HSV(B) 337.35º 0.8% 1% -
XYZ 45.84 24.88 22.47 -
YUV 119.77 132.09 223.74 -
System Red Green Blue C M Y K H S L
Decimal 254 50 127 0 0.80 0.50 0.00 337.35 0.99 0.6
Hex FE 32 7F 0 50 32 0 151 63 3C
Octal 376 62 177 0 120 62 0 521 143 74
Binary 11111110 110010 1111111 0 1010000 110010 0 101010001 1100011 111100

Color Harmonies of #FE327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE327F

Black with #FE327F

Text Example


Text Example

White with #FE327F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE327F; }

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

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

background-color css

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

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

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

border-color css

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

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

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