Html Css Color HEX #FB388C Violet Red

📋 copy color: '#FB388C'

red 251 ◦ green 56 ◦ blue 140

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

Shades of Violet Red #FB388C

Tints of Violet Red #FB388C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.53%

 BLUE value IS 140 (55.08% from 255) = 31.32%

R = 56.15%
G = 12.53%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FB388C (or 0xFB388C) is known color: Violet Red. HEX triplet: FB, 38 and 8C. RGB value is (251,56,140). Sum of RGB (Red+Green+Blue) = 251+56+140=447 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.15% from 447); Green value is 56 (22.27% from 255 or 12.53% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 251 - color contains mainly: red. Hex color #FB388C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB388C is #04C773. Grayscale: #7B7B7B. Windows color (decimal): -313204 or 9189627. OLE color: 9189627.

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

Color convert

RGB 251 56 140 -
CMYK 0 0.78 0.44 0.02
HSL 334.15º 0.96% 0.6% -
HSV(B) 334.15º 0.78% 0.98% -
XYZ 45.93 25.23 27.26 -
YUV 123.88 137.1 218.67 -
System Red Green Blue C M Y K H S L
Decimal 251 56 140 0 0.78 0.44 0.02 334.15 0.96 0.6
Hex FB 38 8C 0 4E 2C 2 14E 60 3C
Octal 373 70 214 0 116 54 2 516 140 74
Binary 11111011 111000 10001100 0 1001110 101100 10 101001110 1100000 111100

Color Harmonies of #FB388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB388C

Black with #FB388C

Text Example


Text Example

White with #FB388C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB388C; }

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

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

background-color css

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

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

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

border-color css

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

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

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