Html Css Color HEX #FE4479 Violet Red

📋 copy color: '#FE4479'

red 254 ◦ green 68 ◦ blue 121

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

Shades of Violet Red #FE4479

Tints of Violet Red #FE4479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.31%

R = 57.34%
G = 15.35%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE4479 (or 0xFE4479) is known color: Violet Red. HEX triplet: FE, 44 and 79. RGB value is (254,68,121). Sum of RGB (Red+Green+Blue) = 254+68+121=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4479 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4479 is #01BB86. Grayscale: #818181. Windows color (decimal): -113543 or 7947518. OLE color: 7947518.

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

Color convert

RGB 254 68 121 -
CMYK 0 0.73 0.52 0.00
HSL 342.9º 0.99% 0.63% -
HSV(B) 342.9º 0.73% 1% -
XYZ 46.39 26.59 20.78 -
YUV 129.66 123.12 216.69 -
System Red Green Blue C M Y K H S L
Decimal 254 68 121 0 0.73 0.52 0.00 342.9 0.99 0.63
Hex FE 44 79 0 49 34 0 157 63 3F
Octal 376 104 171 0 111 64 0 527 143 77
Binary 11111110 1000100 1111001 0 1001001 110100 0 101010111 1100011 111111

Color Harmonies of #FE4479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4479

Black with #FE4479

Text Example


Text Example

White with #FE4479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4479; }

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

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

background-color css

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

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

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

border-color css

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

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

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