Html Css Color HEX #FE4476 Violet Red

📋 copy color: '#FE4476'

red 254 ◦ green 68 ◦ blue 118

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

Shades of Violet Red #FE4476

Tints of Violet Red #FE4476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.45%

 BLUE value IS 118 (46.48% from 255) = 26.82%

R = 57.73%
G = 15.45%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE4476 (or 0xFE4476) is known color: Violet Red. HEX triplet: FE, 44 and 76. RGB value is (254,68,118). Sum of RGB (Red+Green+Blue) = 254+68+118=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4476 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4476 is #01BB89. Grayscale: #818181. Windows color (decimal): -113546 or 7750910. OLE color: 7750910.

HSL color Cylindrical-coordinate representation of color #FE4476: hue angle of 343.87º 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 #FE4476 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 68 118 -
CMYK 0 0.73 0.54 0.00
HSL 343.87º 0.99% 0.63% -
HSV(B) 343.87º 0.73% 1% -
XYZ 46.21 26.51 19.82 -
YUV 129.31 121.62 216.93 -
System Red Green Blue C M Y K H S L
Decimal 254 68 118 0 0.73 0.54 0.00 343.87 0.99 0.63
Hex FE 44 76 0 49 36 0 158 63 3F
Octal 376 104 166 0 111 66 0 530 143 77
Binary 11111110 1000100 1110110 0 1001001 110110 0 101011000 1100011 111111

Color Harmonies of #FE4476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4476

Black with #FE4476

Text Example


Text Example

White with #FE4476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4476; }

 p { color: rgb(254,68,118); }

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

background-color css

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

 a { background-color: rgb(254,68,118); }

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

border-color css

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

 span { border-color: rgb(254,68,118); }

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