Html Css Color HEX #FE488A Violet Red

📋 copy color: '#FE488A'

red 254 ◦ green 72 ◦ blue 138

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

Shades of Violet Red #FE488A

Tints of Violet Red #FE488A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.52%

 BLUE value IS 138 (54.3% from 255) = 29.74%

R = 54.74%
G = 15.52%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE488A (or 0xFE488A) is known color: Violet Red. HEX triplet: FE, 48 and 8A. RGB value is (254,72,138). Sum of RGB (Red+Green+Blue) = 254+72+138=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE488A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE488A is #01B775. Grayscale: #858585. Windows color (decimal): -112502 or 9062654. OLE color: 9062654.

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

Color convert

RGB 254 72 138 -
CMYK 0 0.72 0.46 0.00
HSL 338.24º 0.99% 0.64% -
HSV(B) 338.24º 0.72% 1% -
XYZ 47.78 27.54 26.84 -
YUV 133.94 130.3 213.63 -
System Red Green Blue C M Y K H S L
Decimal 254 72 138 0 0.72 0.46 0.00 338.24 0.99 0.64
Hex FE 48 8A 0 48 2E 0 152 63 40
Octal 376 110 212 0 110 56 0 522 143 100
Binary 11111110 1001000 10001010 0 1001000 101110 0 101010010 1100011 1000000

Color Harmonies of #FE488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE488A

Black with #FE488A

Text Example


Text Example

White with #FE488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE488A; }

 p { color: rgb(254,72,138); }

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

background-color css

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

 a { background-color: rgb(254,72,138); }

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

border-color css

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

 span { border-color: rgb(254,72,138); }

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