Html Css Color HEX #FE4993 Violet Red

📋 copy color: '#FE4993'

red 254 ◦ green 73 ◦ blue 147

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

Shades of Violet Red #FE4993

Tints of Violet Red #FE4993

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.4%

 BLUE value IS 147 (57.81% from 255) = 31.01%

R = 53.59%
G = 15.4%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FE4993 (or 0xFE4993) is known color: Violet Red. HEX triplet: FE, 49 and 93. RGB value is (254,73,147). Sum of RGB (Red+Green+Blue) = 254+73+147=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4993 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4993 is #01B66C. Grayscale: #878787. Windows color (decimal): -112237 or 9652734. OLE color: 9652734.

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

Color convert

RGB 254 73 147 -
CMYK 0 0.71 0.42 0.00
HSL 335.47º 0.99% 0.64% -
HSV(B) 335.47º 0.71% 1% -
XYZ 48.52 27.94 30.44 -
YUV 135.56 134.47 212.48 -
System Red Green Blue C M Y K H S L
Decimal 254 73 147 0 0.71 0.42 0.00 335.47 0.99 0.64
Hex FE 49 93 0 47 2A 0 14F 63 40
Octal 376 111 223 0 107 52 0 517 143 100
Binary 11111110 1001001 10010011 0 1000111 101010 0 101001111 1100011 1000000

Color Harmonies of #FE4993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4993

Black with #FE4993

Text Example


Text Example

White with #FE4993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4993; }

 p { color: rgb(254,73,147); }

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

background-color css

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

 a { background-color: rgb(254,73,147); }

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

border-color css

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

 span { border-color: rgb(254,73,147); }

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