#FB388A

Color #FB388A Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #FB388A

Tints of Violet Red #FB388A

Color information

#FB388A (or 0xFB388A) is unknown color: approx Violet Red. HEX triplet: FB, 38 and 8A. RGB value is (251,56,138). Sum of RGB (Red+Green+Blue) = 251+56+138=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 56 (22.27% from 255 or 12.58% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FB388A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB388A is #04C775. Grayscale: #7B7B7B. Windows color (decimal): -313206 or 9058555. OLE color: 9058555.

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

Color convert

RGB25156138-
CMYK00.780.450.02
HSL334.77º96.06%60.2%-
HSV(B)334.77º77.69%98.43%-
XYZ45.7925.1726.49-
YUV123.65136.1218.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 56.40%
GREEN value IS 56 (22.27% from 255) = 12.58%
BLUE value IS 138 (54.30% from 255) = 31.01%
R=56.40%
G=12.58%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2515613800.780.450.02334.7796.0660.2
HexFB388A04E2D214f603c
Octal37370212011655251714074
Binary111110111110001000101001001110101101101010011111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB388A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB388A; }

 p { color: rgb(251,56,138); }

 H1.HeaderClassName
 {
   color: #FB388A;
 }
 .AnyTagClassName
 {
   color: #FB388A;
 }
</style>
background-color css

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

 a { background-color: rgb(251,56,138); }

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

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

 span { border-color: rgb(251,56,138); }

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