Html Css Color HEX #FA397F Violet Red

📋 copy color: '#FA397F'

red 250 ◦ green 57 ◦ blue 127

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

Shades of Violet Red #FA397F

Tints of Violet Red #FA397F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.13%

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

R = 57.6%
G = 13.13%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA397F (or 0xFA397F) is known color: Violet Red. HEX triplet: FA, 39 and 7F. RGB value is (250,57,127). Sum of RGB (Red+Green+Blue) = 250+57+127=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 57 (22.66% from 255 or 13.13% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA397F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA397F is #05C680. Grayscale: #7A7A7A. Windows color (decimal): -378497 or 8337914. OLE color: 8337914.

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

Color convert

RGB 250 57 127 -
CMYK 0 0.77 0.49 0.02
HSL 338.24º 0.95% 0.6% -
HSV(B) 338.24º 0.77% 0.98% -
XYZ 44.72 24.78 22.51 -
YUV 122.69 130.44 218.81 -
System Red Green Blue C M Y K H S L
Decimal 250 57 127 0 0.77 0.49 0.02 338.24 0.95 0.6
Hex FA 39 7F 0 4D 31 2 152 5F 3C
Octal 372 71 177 0 115 61 2 522 137 74
Binary 11111010 111001 1111111 0 1001101 110001 10 101010010 1011111 111100

Color Harmonies of #FA397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA397F

Black with #FA397F

Text Example


Text Example

White with #FA397F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA397F; }

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

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

background-color css

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

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

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

border-color css

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

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

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