Html Css Color HEX #FC387D Violet Red

📋 copy color: '#FC387D'

red 252 ◦ green 56 ◦ blue 125

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

Shades of Violet Red #FC387D

Tints of Violet Red #FC387D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.87%

R = 58.2%
G = 12.93%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC387D (or 0xFC387D) is known color: Violet Red. HEX triplet: FC, 38 and 7D. RGB value is (252,56,125). Sum of RGB (Red+Green+Blue) = 252+56+125=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC387D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC387D is #03C782. Grayscale: #7A7A7A. Windows color (decimal): -247683 or 8206588. OLE color: 8206588.

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

Color convert

RGB 252 56 125 -
CMYK 0 0.78 0.50 0.01
HSL 338.88º 0.97% 0.6% -
HSV(B) 338.88º 0.78% 0.99% -
XYZ 45.26 25 21.84 -
YUV 122.47 129.43 220.39 -
System Red Green Blue C M Y K H S L
Decimal 252 56 125 0 0.78 0.50 0.01 338.88 0.97 0.6
Hex FC 38 7D 0 4E 32 1 153 61 3C
Octal 374 70 175 0 116 62 1 523 141 74
Binary 11111100 111000 1111101 0 1001110 110010 1 101010011 1100001 111100

Color Harmonies of #FC387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC387D

Black with #FC387D

Text Example


Text Example

White with #FC387D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC387D; }

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

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

background-color css

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

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

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

border-color css

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

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

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