Html Css Color HEX #FF498D Violet Red

📋 copy color: '#FF498D'

red 255 ◦ green 73 ◦ blue 141

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

Shades of Violet Red #FF498D

Tints of Violet Red #FF498D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.57%

 BLUE value IS 141 (55.47% from 255) = 30.06%

R = 54.37%
G = 15.57%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF498D (or 0xFF498D) is known color: Violet Red. HEX triplet: FF, 49 and 8D. RGB value is (255,73,141). Sum of RGB (Red+Green+Blue) = 255+73+141=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF498D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF498D is #00B672. Grayscale: #878787. Windows color (decimal): -46707 or 9259519. OLE color: 9259519.

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

Color convert

RGB 255 73 141 -
CMYK 0 0.71 0.45 0
HSL 337.58º 1% 0.64% -
HSV(B) 337.58º 0.71% 1% -
XYZ 48.43 27.95 28.04 -
YUV 135.17 131.3 213.47 -
System Red Green Blue C M Y K H S L
Decimal 255 73 141 0 0.71 0.45 0 337.58 1 0.64
Hex FF 49 8D 0 47 2D 0 152 64 40
Octal 377 111 215 0 107 55 0 522 144 100
Binary 11111111 1001001 10001101 0 1000111 101101 0 101010010 1100100 1000000

Color Harmonies of #FF498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF498D

Black with #FF498D

Text Example


Text Example

White with #FF498D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF498D; }

 p { color: rgb(255,73,141); }

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

background-color css

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

 a { background-color: rgb(255,73,141); }

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

border-color css

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

 span { border-color: rgb(255,73,141); }

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