Html Css Color HEX #FF488A Violet Red

📋 copy color: '#FF488A'

red 255 ◦ green 72 ◦ blue 138

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

Shades of Violet Red #FF488A

Tints of Violet Red #FF488A

RGB

 RED value IS 255 (100% from 255) = 54.84%

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

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

R = 54.84%
G = 15.48%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FF488A (or 0xFF488A) is known color: Violet Red. HEX triplet: FF, 48 and 8A. RGB value is (255,72,138). Sum of RGB (Red+Green+Blue) = 255+72+138=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF488A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF488A is #00B775. Grayscale: #868686. Windows color (decimal): -46966 or 9062655. OLE color: 9062655.

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

Color convert

RGB 255 72 138 -
CMYK 0 0.72 0.46 0
HSL 338.36º 1% 0.64% -
HSV(B) 338.36º 0.72% 1% -
XYZ 48.14 27.73 26.86 -
YUV 134.24 130.13 214.13 -
System Red Green Blue C M Y K H S L
Decimal 255 72 138 0 0.72 0.46 0 338.36 1 0.64
Hex FF 48 8A 0 48 2E 0 152 64 40
Octal 377 110 212 0 110 56 0 522 144 100
Binary 11111111 1001000 10001010 0 1001000 101110 0 101010010 1100100 1000000

Color Harmonies of #FF488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF488A

Black with #FF488A

Text Example


Text Example

White with #FF488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF488A; }

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

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

background-color css

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

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

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

border-color css

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

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

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