Html Css Color HEX #FE4595 Violet Red

📋 copy color: '#FE4595'

red 254 ◦ green 69 ◦ blue 149

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

Shades of Violet Red #FE4595

Tints of Violet Red #FE4595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.62%

 BLUE value IS 149 (58.59% from 255) = 31.57%

R = 53.81%
G = 14.62%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE4595 (or 0xFE4595) is known color: Violet Red. HEX triplet: FE, 45 and 95. RGB value is (254,69,149). Sum of RGB (Red+Green+Blue) = 254+69+149=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 69 (27.34% from 255 or 14.62% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4595 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4595 is #01BA6A. Grayscale: #858585. Windows color (decimal): -113259 or 9782782. OLE color: 9782782.

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

Color convert

RGB 254 69 149 -
CMYK 0 0.73 0.41 0.00
HSL 334.05º 0.99% 0.63% -
HSV(B) 334.05º 0.73% 1% -
XYZ 48.43 27.5 31.19 -
YUV 133.44 136.79 214 -
System Red Green Blue C M Y K H S L
Decimal 254 69 149 0 0.73 0.41 0.00 334.05 0.99 0.63
Hex FE 45 95 0 49 29 0 14E 63 3F
Octal 376 105 225 0 111 51 0 516 143 77
Binary 11111110 1000101 10010101 0 1001001 101001 0 101001110 1100011 111111

Color Harmonies of #FE4595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4595

Black with #FE4595

Text Example


Text Example

White with #FE4595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4595; }

 p { color: rgb(254,69,149); }

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

background-color css

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

 a { background-color: rgb(254,69,149); }

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

border-color css

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

 span { border-color: rgb(254,69,149); }

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