Html Css Color HEX #FB498D Violet Red

📋 copy color: '#FB498D'

red 251 ◦ green 73 ◦ blue 141

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

Shades of Violet Red #FB498D

Tints of Violet Red #FB498D

RGB

 RED value IS 251 (98.44% from 255) = 53.98%

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

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

R = 53.98%
G = 15.7%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FB498D (or 0xFB498D) is known color: Violet Red. HEX triplet: FB, 49 and 8D. RGB value is (251,73,141). Sum of RGB (Red+Green+Blue) = 251+73+141=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FB498D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB498D is #04B672. Grayscale: #858585. Windows color (decimal): -308851 or 9259515. OLE color: 9259515.

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

Color convert

RGB 251 73 141 -
CMYK 0 0.71 0.44 0.02
HSL 337.08º 0.96% 0.64% -
HSV(B) 337.08º 0.71% 0.98% -
XYZ 46.97 27.2 27.97 -
YUV 133.97 131.97 211.47 -
System Red Green Blue C M Y K H S L
Decimal 251 73 141 0 0.71 0.44 0.02 337.08 0.96 0.64
Hex FB 49 8D 0 47 2C 2 151 60 40
Octal 373 111 215 0 107 54 2 521 140 100
Binary 11111011 1001001 10001101 0 1000111 101100 10 101010001 1100000 1000000

Color Harmonies of #FB498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB498D

Black with #FB498D

Text Example


Text Example

White with #FB498D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB498D; }

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

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

background-color css

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

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

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

border-color css

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

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

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