Html Css Color HEX #FE327B Violet Red

📋 copy color: '#FE327B'

red 254 ◦ green 50 ◦ blue 123

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

Shades of Violet Red #FE327B

Tints of Violet Red #FE327B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.81%

R = 59.48%
G = 11.71%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE327B (or 0xFE327B) is known color: Violet Red. HEX triplet: FE, 32 and 7B. RGB value is (254,50,123). Sum of RGB (Red+Green+Blue) = 254+50+123=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FE327B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE327B is #01CD84. Grayscale: #777777. Windows color (decimal): -118149 or 8073982. OLE color: 8073982.

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

Color convert

RGB 254 50 123 -
CMYK 0 0.80 0.52 0.00
HSL 338.53º 0.99% 0.6% -
HSV(B) 338.53º 0.8% 1% -
XYZ 45.59 24.78 21.12 -
YUV 119.32 130.09 224.06 -
System Red Green Blue C M Y K H S L
Decimal 254 50 123 0 0.80 0.52 0.00 338.53 0.99 0.6
Hex FE 32 7B 0 50 34 0 153 63 3C
Octal 376 62 173 0 120 64 0 523 143 74
Binary 11111110 110010 1111011 0 1010000 110100 0 101010011 1100011 111100

Color Harmonies of #FE327B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE327B

Black with #FE327B

Text Example


Text Example

White with #FE327B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE327B; }

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

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

background-color css

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

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

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

border-color css

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

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

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