Html Css Color HEX #FB4495 Violet Red

📋 copy color: '#FB4495'

red 251 ◦ green 68 ◦ blue 149

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

Shades of Violet Red #FB4495

Tints of Violet Red #FB4495

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.53%

 BLUE value IS 149 (58.59% from 255) = 31.84%

R = 53.63%
G = 14.53%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FB4495 (or 0xFB4495) is known color: Violet Red. HEX triplet: FB, 44 and 95. RGB value is (251,68,149). Sum of RGB (Red+Green+Blue) = 251+68+149=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4495 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4495 is #04BB6A. Grayscale: #838383. Windows color (decimal): -310123 or 9782523. OLE color: 9782523.

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

Color convert

RGB 251 68 149 -
CMYK 0 0.73 0.41 0.02
HSL 333.44º 0.96% 0.63% -
HSV(B) 333.44º 0.73% 0.98% -
XYZ 47.28 26.81 31.12 -
YUV 131.95 137.63 212.91 -
System Red Green Blue C M Y K H S L
Decimal 251 68 149 0 0.73 0.41 0.02 333.44 0.96 0.63
Hex FB 44 95 0 49 29 2 14D 60 3F
Octal 373 104 225 0 111 51 2 515 140 77
Binary 11111011 1000100 10010101 0 1001001 101001 10 101001101 1100000 111111

Color Harmonies of #FB4495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4495

Black with #FB4495

Text Example


Text Example

White with #FB4495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4495; }

 p { color: rgb(251,68,149); }

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

background-color css

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

 a { background-color: rgb(251,68,149); }

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

border-color css

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

 span { border-color: rgb(251,68,149); }

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