Html Css Color HEX #FE357E Violet Red

📋 copy color: '#FE357E'

red 254 ◦ green 53 ◦ blue 126

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

Shades of Violet Red #FE357E

Tints of Violet Red #FE357E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.24%

 BLUE value IS 126 (49.61% from 255) = 29.1%

R = 58.66%
G = 12.24%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE357E (or 0xFE357E) is known color: Violet Red. HEX triplet: FE, 35 and 7E. RGB value is (254,53,126). Sum of RGB (Red+Green+Blue) = 254+53+126=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 53 (21.09% from 255 or 12.24% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE357E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE357E is #01CA81. Grayscale: #797979. Windows color (decimal): -117378 or 8271358. OLE color: 8271358.

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

Color convert

RGB 254 53 126 -
CMYK 0 0.79 0.50 0.00
HSL 338.21º 0.99% 0.6% -
HSV(B) 338.21º 0.79% 1% -
XYZ 45.91 25.12 22.17 -
YUV 121.42 130.59 222.56 -
System Red Green Blue C M Y K H S L
Decimal 254 53 126 0 0.79 0.50 0.00 338.21 0.99 0.6
Hex FE 35 7E 0 4F 32 0 152 63 3C
Octal 376 65 176 0 117 62 0 522 143 74
Binary 11111110 110101 1111110 0 1001111 110010 0 101010010 1100011 111100

Color Harmonies of #FE357E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE357E

Black with #FE357E

Text Example


Text Example

White with #FE357E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE357E; }

 p { color: rgb(254,53,126); }

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

background-color css

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

 a { background-color: rgb(254,53,126); }

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

border-color css

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

 span { border-color: rgb(254,53,126); }

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