Html Css Color HEX #FE418D Violet Red

📋 copy color: '#FE418D'

red 254 ◦ green 65 ◦ blue 141

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

Shades of Violet Red #FE418D

Tints of Violet Red #FE418D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.13%

 BLUE value IS 141 (55.47% from 255) = 30.65%

R = 55.22%
G = 14.13%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE418D (or 0xFE418D) is known color: Violet Red. HEX triplet: FE, 41 and 8D. RGB value is (254,65,141). Sum of RGB (Red+Green+Blue) = 254+65+141=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE418D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE418D is #01BE72. Grayscale: #828282. Windows color (decimal): -114291 or 9257470. OLE color: 9257470.

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

Color convert

RGB 254 65 141 -
CMYK 0 0.74 0.44 0.00
HSL 335.87º 0.99% 0.63% -
HSV(B) 335.87º 0.74% 1% -
XYZ 47.57 26.77 27.86 -
YUV 130.18 134.12 216.32 -
System Red Green Blue C M Y K H S L
Decimal 254 65 141 0 0.74 0.44 0.00 335.87 0.99 0.63
Hex FE 41 8D 0 4A 2C 0 150 63 3F
Octal 376 101 215 0 112 54 0 520 143 77
Binary 11111110 1000001 10001101 0 1001010 101100 0 101010000 1100011 111111

Color Harmonies of #FE418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE418D

Black with #FE418D

Text Example


Text Example

White with #FE418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE418D; }

 p { color: rgb(254,65,141); }

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

background-color css

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

 a { background-color: rgb(254,65,141); }

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

border-color css

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

 span { border-color: rgb(254,65,141); }

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