Html Css Color HEX #FC387F Violet Red

📋 copy color: '#FC387F'

red 252 ◦ green 56 ◦ blue 127

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

Shades of Violet Red #FC387F

Tints of Violet Red #FC387F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.2%

R = 57.93%
G = 12.87%
B = 29.2%

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

#FC387F (or 0xFC387F) is known color: Violet Red. HEX triplet: FC, 38 and 7F. RGB value is (252,56,127). Sum of RGB (Red+Green+Blue) = 252+56+127=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 56 (22.27% from 255 or 12.87% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC387F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC387F is #03C780. Grayscale: #7A7A7A. Windows color (decimal): -247681 or 8337660. OLE color: 8337660.

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

Color convert

RGB 252 56 127 -
CMYK 0 0.78 0.50 0.01
HSL 338.27º 0.97% 0.6% -
HSV(B) 338.27º 0.78% 0.99% -
XYZ 45.39 25.06 22.52 -
YUV 122.7 130.43 220.23 -
System Red Green Blue C M Y K H S L
Decimal 252 56 127 0 0.78 0.50 0.01 338.27 0.97 0.6
Hex FC 38 7F 0 4E 32 1 152 61 3C
Octal 374 70 177 0 116 62 1 522 141 74
Binary 11111100 111000 1111111 0 1001110 110010 1 101010010 1100001 111100

Color Harmonies of #FC387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC387F

Black with #FC387F

Text Example


Text Example

White with #FC387F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC387F; }

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

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

background-color css

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

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

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

border-color css

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

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

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