Html Css Color HEX #FB498C Violet Red

📋 copy color: '#FB498C'

red 251 ◦ green 73 ◦ blue 140

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

Shades of Violet Red #FB498C

Tints of Violet Red #FB498C

RGB

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

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

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

R = 54.09%
G = 15.73%
B = 30.17%

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

#FB498C (or 0xFB498C) is known color: Violet Red. HEX triplet: FB, 49 and 8C. RGB value is (251,73,140). Sum of RGB (Red+Green+Blue) = 251+73+140=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FB498C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB498C is #04B673. Grayscale: #858585. Windows color (decimal): -308852 or 9193979. OLE color: 9193979.

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

Color convert

RGB 251 73 140 -
CMYK 0 0.71 0.44 0.02
HSL 337.42º 0.96% 0.64% -
HSV(B) 337.42º 0.71% 0.98% -
XYZ 46.9 27.17 27.58 -
YUV 133.86 131.47 211.55 -
System Red Green Blue C M Y K H S L
Decimal 251 73 140 0 0.71 0.44 0.02 337.42 0.96 0.64
Hex FB 49 8C 0 47 2C 2 151 60 40
Octal 373 111 214 0 107 54 2 521 140 100
Binary 11111011 1001001 10001100 0 1000111 101100 10 101010001 1100000 1000000

Color Harmonies of #FB498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB498C

Black with #FB498C

Text Example


Text Example

White with #FB498C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB498C; }

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

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

background-color css

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

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

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

border-color css

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

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

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