Html Css Color HEX #FF498A Violet Red

📋 copy color: '#FF498A'

red 255 ◦ green 73 ◦ blue 138

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

Shades of Violet Red #FF498A

Tints of Violet Red #FF498A

RGB

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

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

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

R = 54.72%
G = 15.67%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FF498A (or 0xFF498A) is known color: Violet Red. HEX triplet: FF, 49 and 8A. RGB value is (255,73,138). Sum of RGB (Red+Green+Blue) = 255+73+138=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF498A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF498A is #00B675. Grayscale: #868686. Windows color (decimal): -46710 or 9062911. OLE color: 9062911.

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

Color convert

RGB 255 73 138 -
CMYK 0 0.71 0.46 0
HSL 338.57º 1% 0.64% -
HSV(B) 338.57º 0.71% 1% -
XYZ 48.21 27.86 26.88 -
YUV 134.83 129.8 213.71 -
System Red Green Blue C M Y K H S L
Decimal 255 73 138 0 0.71 0.46 0 338.57 1 0.64
Hex FF 49 8A 0 47 2E 0 153 64 40
Octal 377 111 212 0 107 56 0 523 144 100
Binary 11111111 1001001 10001010 0 1000111 101110 0 101010011 1100100 1000000

Color Harmonies of #FF498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF498A

Black with #FF498A

Text Example


Text Example

White with #FF498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF498A; }

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

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

background-color css

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

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

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

border-color css

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

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

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