Html Css Color HEX #FB3978 Violet Red

📋 copy color: '#FB3978'

red 251 ◦ green 57 ◦ blue 120

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

Shades of Violet Red #FB3978

Tints of Violet Red #FB3978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.04%

R = 58.64%
G = 13.32%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FB3978 (or 0xFB3978) is known color: Violet Red. HEX triplet: FB, 39 and 78. RGB value is (251,57,120). Sum of RGB (Red+Green+Blue) = 251+57+120=428 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.64% from 428); Green value is 57 (22.66% from 255 or 13.32% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3978 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3978 is #04C687. Grayscale: #7A7A7A. Windows color (decimal): -312968 or 7879163. OLE color: 7879163.

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

Color convert

RGB 251 57 120 -
CMYK 0 0.77 0.52 0.02
HSL 340.52º 0.96% 0.6% -
HSV(B) 340.52º 0.77% 0.98% -
XYZ 44.64 24.79 20.2 -
YUV 122.19 126.77 219.88 -
System Red Green Blue C M Y K H S L
Decimal 251 57 120 0 0.77 0.52 0.02 340.52 0.96 0.6
Hex FB 39 78 0 4D 34 2 155 60 3C
Octal 373 71 170 0 115 64 2 525 140 74
Binary 11111011 111001 1111000 0 1001101 110100 10 101010101 1100000 111100

Color Harmonies of #FB3978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3978

Black with #FB3978

Text Example


Text Example

White with #FB3978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3978; }

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

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

background-color css

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

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

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

border-color css

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

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

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