Html Css Color HEX #FB4195 Violet Red

📋 copy color: '#FB4195'

red 251 ◦ green 65 ◦ blue 149

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

Shades of Violet Red #FB4195

Tints of Violet Red #FB4195

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.98%

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

R = 53.98%
G = 13.98%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FB4195 (or 0xFB4195) is known color: Violet Red. HEX triplet: FB, 41 and 95. RGB value is (251,65,149). Sum of RGB (Red+Green+Blue) = 251+65+149=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 65 (25.78% from 255 or 13.98% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4195 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4195 is #04BE6A. Grayscale: #828282. Windows color (decimal): -310891 or 9781755. OLE color: 9781755.

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

Color convert

RGB 251 65 149 -
CMYK 0 0.74 0.41 0.02
HSL 332.9º 0.96% 0.62% -
HSV(B) 332.9º 0.74% 0.98% -
XYZ 47.1 26.46 31.06 -
YUV 130.19 138.62 214.17 -
System Red Green Blue C M Y K H S L
Decimal 251 65 149 0 0.74 0.41 0.02 332.9 0.96 0.62
Hex FB 41 95 0 4A 29 2 14D 60 3E
Octal 373 101 225 0 112 51 2 515 140 76
Binary 11111011 1000001 10010101 0 1001010 101001 10 101001101 1100000 111110

Color Harmonies of #FB4195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4195

Black with #FB4195

Text Example


Text Example

White with #FB4195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4195; }

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

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

background-color css

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

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

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

border-color css

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

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

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