Html Css Color HEX #FC388C Violet Red

📋 copy color: '#FC388C'

red 252 ◦ green 56 ◦ blue 140

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

Shades of Violet Red #FC388C

Tints of Violet Red #FC388C

RGB

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

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

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

R = 56.25%
G = 12.5%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC388C (or 0xFC388C) is known color: Violet Red. HEX triplet: FC, 38 and 8C. RGB value is (252,56,140). Sum of RGB (Red+Green+Blue) = 252+56+140=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC388C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC388C is #03C773. Grayscale: #7C7C7C. Windows color (decimal): -247668 or 9189628. OLE color: 9189628.

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

Color convert

RGB 252 56 140 -
CMYK 0 0.78 0.44 0.01
HSL 334.29º 0.97% 0.6% -
HSV(B) 334.29º 0.78% 0.99% -
XYZ 46.29 25.42 27.28 -
YUV 124.18 136.93 219.17 -
System Red Green Blue C M Y K H S L
Decimal 252 56 140 0 0.78 0.44 0.01 334.29 0.97 0.6
Hex FC 38 8C 0 4E 2C 1 14E 61 3C
Octal 374 70 214 0 116 54 1 516 141 74
Binary 11111100 111000 10001100 0 1001110 101100 1 101001110 1100001 111100

Color Harmonies of #FC388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC388C

Black with #FC388C

Text Example


Text Example

White with #FC388C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC388C; }

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

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

background-color css

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

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

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

border-color css

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

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

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