Html Css Color HEX #FB4992 Violet Red

📋 copy color: '#FB4992'

red 251 ◦ green 73 ◦ blue 146

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

Shades of Violet Red #FB4992

Tints of Violet Red #FB4992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.06%

R = 53.4%
G = 15.53%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FB4992 (or 0xFB4992) is known color: Violet Red. HEX triplet: FB, 49 and 92. RGB value is (251,73,146). Sum of RGB (Red+Green+Blue) = 251+73+146=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4992 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4992 is #04B66D. Grayscale: #868686. Windows color (decimal): -308846 or 9587195. OLE color: 9587195.

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

Color convert

RGB 251 73 146 -
CMYK 0 0.71 0.42 0.02
HSL 335.39º 0.96% 0.64% -
HSV(B) 335.39º 0.71% 0.98% -
XYZ 47.35 27.35 29.98 -
YUV 134.54 134.47 211.06 -
System Red Green Blue C M Y K H S L
Decimal 251 73 146 0 0.71 0.42 0.02 335.39 0.96 0.64
Hex FB 49 92 0 47 2A 2 14F 60 40
Octal 373 111 222 0 107 52 2 517 140 100
Binary 11111011 1001001 10010010 0 1000111 101010 10 101001111 1100000 1000000

Color Harmonies of #FB4992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4992

Black with #FB4992

Text Example


Text Example

White with #FB4992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4992; }

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

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

background-color css

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

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

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

border-color css

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

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

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