Html Css Color HEX #FC387C Violet Red

📋 copy color: '#FC387C'

red 252 ◦ green 56 ◦ blue 124

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

Shades of Violet Red #FC387C

Tints of Violet Red #FC387C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.7%

R = 58.33%
G = 12.96%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC387C (or 0xFC387C) is known color: Violet Red. HEX triplet: FC, 38 and 7C. RGB value is (252,56,124). Sum of RGB (Red+Green+Blue) = 252+56+124=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 56 (22.27% from 255 or 12.96% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC387C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC387C is #03C783. Grayscale: #7A7A7A. Windows color (decimal): -247684 or 8141052. OLE color: 8141052.

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

Color convert

RGB 252 56 124 -
CMYK 0 0.78 0.51 0.01
HSL 339.18º 0.97% 0.6% -
HSV(B) 339.18º 0.78% 0.99% -
XYZ 45.2 24.98 21.51 -
YUV 122.36 128.93 220.47 -
System Red Green Blue C M Y K H S L
Decimal 252 56 124 0 0.78 0.51 0.01 339.18 0.97 0.6
Hex FC 38 7C 0 4E 33 1 153 61 3C
Octal 374 70 174 0 116 63 1 523 141 74
Binary 11111100 111000 1111100 0 1001110 110011 1 101010011 1100001 111100

Color Harmonies of #FC387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC387C

Black with #FC387C

Text Example


Text Example

White with #FC387C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC387C; }

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

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

background-color css

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

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

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

border-color css

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

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

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