Html Css Color HEX #FF498C Violet Red

📋 copy color: '#FF498C'

red 255 ◦ green 73 ◦ blue 140

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

Shades of Violet Red #FF498C

Tints of Violet Red #FF498C

RGB

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

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

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

R = 54.49%
G = 15.6%
B = 29.91%

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

#FF498C (or 0xFF498C) is known color: Violet Red. HEX triplet: FF, 49 and 8C. RGB value is (255,73,140). Sum of RGB (Red+Green+Blue) = 255+73+140=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF498C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF498C is #00B673. Grayscale: #868686. Windows color (decimal): -46708 or 9193983. OLE color: 9193983.

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

Color convert

RGB 255 73 140 -
CMYK 0 0.71 0.45 0
HSL 337.91º 1% 0.64% -
HSV(B) 337.91º 0.71% 1% -
XYZ 48.36 27.92 27.65 -
YUV 135.06 130.8 213.55 -
System Red Green Blue C M Y K H S L
Decimal 255 73 140 0 0.71 0.45 0 337.91 1 0.64
Hex FF 49 8C 0 47 2D 0 152 64 40
Octal 377 111 214 0 107 55 0 522 144 100
Binary 11111111 1001001 10001100 0 1000111 101101 0 101010010 1100100 1000000

Color Harmonies of #FF498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF498C

Black with #FF498C

Text Example


Text Example

White with #FF498C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF498C; }

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

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

background-color css

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

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

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

border-color css

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

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

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