Html Css Color HEX #FF488C Violet Red

📋 copy color: '#FF488C'

red 255 ◦ green 72 ◦ blue 140

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

Shades of Violet Red #FF488C

Tints of Violet Red #FF488C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.98%

R = 54.6%
G = 15.42%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF488C (or 0xFF488C) is known color: Violet Red. HEX triplet: FF, 48 and 8C. RGB value is (255,72,140). Sum of RGB (Red+Green+Blue) = 255+72+140=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF488C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF488C is #00B773. Grayscale: #868686. Windows color (decimal): -46964 or 9193727. OLE color: 9193727.

HSL color Cylindrical-coordinate representation of color #FF488C: hue angle of 337.7º 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 #FF488C is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB 255 72 140 -
CMYK 0 0.72 0.45 0
HSL 337.7º 1% 0.64% -
HSV(B) 337.7º 0.72% 1% -
XYZ 48.29 27.79 27.63 -
YUV 134.47 131.13 213.97 -
System Red Green Blue C M Y K H S L
Decimal 255 72 140 0 0.72 0.45 0 337.7 1 0.64
Hex FF 48 8C 0 48 2D 0 152 64 40
Octal 377 110 214 0 110 55 0 522 144 100
Binary 11111111 1001000 10001100 0 1001000 101101 0 101010010 1100100 1000000

Color Harmonies of #FF488C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF488C

Black with #FF488C

Text Example


Text Example

White with #FF488C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF488C; }

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

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

background-color css

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

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

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

border-color css

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

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

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