Html Css Color HEX #FA387F Violet Red

📋 copy color: '#FA387F'

red 250 ◦ green 56 ◦ blue 127

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

Shades of Violet Red #FA387F

Tints of Violet Red #FA387F

RGB

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

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

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

R = 57.74%
G = 12.93%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA387F (or 0xFA387F) is known color: Violet Red. HEX triplet: FA, 38 and 7F. RGB value is (250,56,127). Sum of RGB (Red+Green+Blue) = 250+56+127=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA387F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA387F is #05C780. Grayscale: #7A7A7A. Windows color (decimal): -378753 or 8337658. OLE color: 8337658.

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

Color convert

RGB 250 56 127 -
CMYK 0 0.78 0.49 0.02
HSL 338.04º 0.95% 0.6% -
HSV(B) 338.04º 0.78% 0.98% -
XYZ 44.67 24.68 22.49 -
YUV 122.1 130.77 219.23 -
System Red Green Blue C M Y K H S L
Decimal 250 56 127 0 0.78 0.49 0.02 338.04 0.95 0.6
Hex FA 38 7F 0 4E 31 2 152 5F 3C
Octal 372 70 177 0 116 61 2 522 137 74
Binary 11111010 111000 1111111 0 1001110 110001 10 101010010 1011111 111100

Color Harmonies of #FA387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA387F

Black with #FA387F

Text Example


Text Example

White with #FA387F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA387F; }

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

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

background-color css

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

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

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

border-color css

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

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

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