Html Css Color HEX #FC388B Violet Red

📋 copy color: '#FC388B'

red 252 ◦ green 56 ◦ blue 139

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

Shades of Violet Red #FC388B

Tints of Violet Red #FC388B

RGB

 RED value IS 252 (98.83% from 255) = 56.38%

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

 BLUE value IS 139 (54.69% from 255) = 31.1%

R = 56.38%
G = 12.53%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC388B (or 0xFC388B) is known color: Violet Red. HEX triplet: FC, 38 and 8B. RGB value is (252,56,139). Sum of RGB (Red+Green+Blue) = 252+56+139=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 56 (22.27% from 255 or 12.53% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC388B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC388B is #03C774. Grayscale: #7B7B7B. Windows color (decimal): -247669 or 9124092. OLE color: 9124092.

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

Color convert

RGB 252 56 139 -
CMYK 0 0.78 0.45 0.01
HSL 334.59º 0.97% 0.6% -
HSV(B) 334.59º 0.78% 0.99% -
XYZ 46.22 25.39 26.89 -
YUV 124.07 136.43 219.25 -
System Red Green Blue C M Y K H S L
Decimal 252 56 139 0 0.78 0.45 0.01 334.59 0.97 0.6
Hex FC 38 8B 0 4E 2D 1 14F 61 3C
Octal 374 70 213 0 116 55 1 517 141 74
Binary 11111100 111000 10001011 0 1001110 101101 1 101001111 1100001 111100

Color Harmonies of #FC388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC388B

Black with #FC388B

Text Example


Text Example

White with #FC388B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC388B; }

 p { color: rgb(252,56,139); }

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

background-color css

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

 a { background-color: rgb(252,56,139); }

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

border-color css

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

 span { border-color: rgb(252,56,139); }

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