Html Css Color HEX #FA387C Violet Red

📋 copy color: '#FA387C'

red 250 ◦ green 56 ◦ blue 124

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

Shades of Violet Red #FA387C

Tints of Violet Red #FA387C

RGB

 RED value IS 250 (98.05% from 255) = 58.14%

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

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

R = 58.14%
G = 13.02%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA387C (or 0xFA387C) is known color: Violet Red. HEX triplet: FA, 38 and 7C. RGB value is (250,56,124). Sum of RGB (Red+Green+Blue) = 250+56+124=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 56 (22.27% from 255 or 13.02% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA387C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA387C is #05C783. Grayscale: #797979. Windows color (decimal): -378756 or 8141050. OLE color: 8141050.

HSL color Cylindrical-coordinate representation of color #FA387C: hue angle of 338.97º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA387C is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 56 124 -
CMYK 0 0.78 0.50 0.02
HSL 338.97º 0.95% 0.6% -
HSV(B) 338.97º 0.78% 0.98% -
XYZ 44.48 24.61 21.47 -
YUV 121.76 129.27 219.47 -
System Red Green Blue C M Y K H S L
Decimal 250 56 124 0 0.78 0.50 0.02 338.97 0.95 0.6
Hex FA 38 7C 0 4E 32 2 153 5F 3C
Octal 372 70 174 0 116 62 2 523 137 74
Binary 11111010 111000 1111100 0 1001110 110010 10 101010011 1011111 111100

Color Harmonies of #FA387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA387C

Black with #FA387C

Text Example


Text Example

White with #FA387C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA387C; }

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

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

background-color css

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

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

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

border-color css

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

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

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