Html Css Color HEX #FE2D79 Violet Red

📋 copy color: '#FE2D79'

red 254 ◦ green 45 ◦ blue 121

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

Shades of Violet Red #FE2D79

Tints of Violet Red #FE2D79

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.71%

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

R = 60.48%
G = 10.71%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE2D79 (or 0xFE2D79) is known color: Violet Red. HEX triplet: FE, 2D and 79. RGB value is (254,45,121). Sum of RGB (Red+Green+Blue) = 254+45+121=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2D79 is #01D286. Grayscale: #747474. Windows color (decimal): -119431 or 7941630. OLE color: 7941630.

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

Color convert

RGB 254 45 121 -
CMYK 0 0.82 0.52 0.00
HSL 338.18º 0.99% 0.59% -
HSV(B) 338.18º 0.82% 1% -
XYZ 45.26 24.33 20.4 -
YUV 116.16 130.74 226.32 -
System Red Green Blue C M Y K H S L
Decimal 254 45 121 0 0.82 0.52 0.00 338.18 0.99 0.59
Hex FE 2D 79 0 52 34 0 152 63 3B
Octal 376 55 171 0 122 64 0 522 143 73
Binary 11111110 101101 1111001 0 1010010 110100 0 101010010 1100011 111011

Color Harmonies of #FE2D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2D79

Black with #FE2D79

Text Example


Text Example

White with #FE2D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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