Html Css Color HEX #FB3976 Violet Red

📋 copy color: '#FB3976'

red 251 ◦ green 57 ◦ blue 118

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

Shades of Violet Red #FB3976

Tints of Violet Red #FB3976

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.38%

 BLUE value IS 118 (46.48% from 255) = 27.7%

R = 58.92%
G = 13.38%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FB3976 (or 0xFB3976) is known color: Violet Red. HEX triplet: FB, 39 and 76. RGB value is (251,57,118). Sum of RGB (Red+Green+Blue) = 251+57+118=426 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.92% from 426); Green value is 57 (22.66% from 255 or 13.38% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3976 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3976 is #04C689. Grayscale: #797979. Windows color (decimal): -312970 or 7748091. OLE color: 7748091.

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

Color convert

RGB 251 57 118 -
CMYK 0 0.77 0.53 0.02
HSL 341.13º 0.96% 0.6% -
HSV(B) 341.13º 0.77% 0.98% -
XYZ 44.52 24.74 19.57 -
YUV 121.96 125.77 220.04 -
System Red Green Blue C M Y K H S L
Decimal 251 57 118 0 0.77 0.53 0.02 341.13 0.96 0.6
Hex FB 39 76 0 4D 35 2 155 60 3C
Octal 373 71 166 0 115 65 2 525 140 74
Binary 11111011 111001 1110110 0 1001101 110101 10 101010101 1100000 111100

Color Harmonies of #FB3976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3976

Black with #FB3976

Text Example


Text Example

White with #FB3976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3976; }

 p { color: rgb(251,57,118); }

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

background-color css

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

 a { background-color: rgb(251,57,118); }

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

border-color css

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

 span { border-color: rgb(251,57,118); }

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