Html Css Color HEX #FE4093 Violet Red

📋 copy color: '#FE4093'

red 254 ◦ green 64 ◦ blue 147

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

Shades of Violet Red #FE4093

Tints of Violet Red #FE4093

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.76%

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

R = 54.62%
G = 13.76%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FE4093 (or 0xFE4093) is known color: Violet Red. HEX triplet: FE, 40 and 93. RGB value is (254,64,147). Sum of RGB (Red+Green+Blue) = 254+64+147=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4093 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4093 is #01BF6C. Grayscale: #828282. Windows color (decimal): -114541 or 9650430. OLE color: 9650430.

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

Color convert

RGB 254 64 147 -
CMYK 0 0.75 0.42 0.00
HSL 333.79º 0.99% 0.62% -
HSV(B) 333.79º 0.75% 1% -
XYZ 47.97 26.84 30.26 -
YUV 130.27 137.45 216.25 -
System Red Green Blue C M Y K H S L
Decimal 254 64 147 0 0.75 0.42 0.00 333.79 0.99 0.62
Hex FE 40 93 0 4B 2A 0 14E 63 3E
Octal 376 100 223 0 113 52 0 516 143 76
Binary 11111110 1000000 10010011 0 1001011 101010 0 101001110 1100011 111110

Color Harmonies of #FE4093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4093

Black with #FE4093

Text Example


Text Example

White with #FE4093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4093; }

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

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

background-color css

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

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

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

border-color css

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

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

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