Html Css Color HEX #FC388A Violet Red

📋 copy color: '#FC388A'

red 252 ◦ green 56 ◦ blue 138

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

Shades of Violet Red #FC388A

Tints of Violet Red #FC388A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.94%

R = 56.5%
G = 12.56%
B = 30.94%

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

#FC388A (or 0xFC388A) is known color: Violet Red. HEX triplet: FC, 38 and 8A. RGB value is (252,56,138). Sum of RGB (Red+Green+Blue) = 252+56+138=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC388A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC388A is #03C775. Grayscale: #7B7B7B. Windows color (decimal): -247670 or 9058556. OLE color: 9058556.

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

Color convert

RGB 252 56 138 -
CMYK 0 0.78 0.45 0.01
HSL 334.9º 0.97% 0.6% -
HSV(B) 334.9º 0.78% 0.99% -
XYZ 46.15 25.36 26.51 -
YUV 123.95 135.93 219.33 -
System Red Green Blue C M Y K H S L
Decimal 252 56 138 0 0.78 0.45 0.01 334.9 0.97 0.6
Hex FC 38 8A 0 4E 2D 1 14F 61 3C
Octal 374 70 212 0 116 55 1 517 141 74
Binary 11111100 111000 10001010 0 1001110 101101 1 101001111 1100001 111100

Color Harmonies of #FC388A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC388A

Black with #FC388A

Text Example


Text Example

White with #FC388A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC388A; }

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

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

background-color css

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

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

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

border-color css

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

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

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