Html Css Color HEX #FE2F79 Violet Red

📋 copy color: '#FE2F79'

red 254 ◦ green 47 ◦ blue 121

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

Shades of Violet Red #FE2F79

Tints of Violet Red #FE2F79

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.14%

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

R = 60.19%
G = 11.14%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE2F79 (or 0xFE2F79) is known color: Violet Red. HEX triplet: FE, 2F and 79. RGB value is (254,47,121). Sum of RGB (Red+Green+Blue) = 254+47+121=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 47 (18.75% from 255 or 11.14% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2F79 is #01D086. Grayscale: #757575. Windows color (decimal): -118919 or 7942142. OLE color: 7942142.

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

Color convert

RGB 254 47 121 -
CMYK 0 0.81 0.52 0.00
HSL 338.55º 0.99% 0.59% -
HSV(B) 338.55º 0.81% 1% -
XYZ 45.34 24.48 20.43 -
YUV 117.33 130.08 225.48 -
System Red Green Blue C M Y K H S L
Decimal 254 47 121 0 0.81 0.52 0.00 338.55 0.99 0.59
Hex FE 2F 79 0 51 34 0 153 63 3B
Octal 376 57 171 0 121 64 0 523 143 73
Binary 11111110 101111 1111001 0 1010001 110100 0 101010011 1100011 111011

Color Harmonies of #FE2F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2F79

Black with #FE2F79

Text Example


Text Example

White with #FE2F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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