Html Css Color HEX #FA398B Violet Red

📋 copy color: '#FA398B'

red 250 ◦ green 57 ◦ blue 139

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

Shades of Violet Red #FA398B

Tints of Violet Red #FA398B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.17%

R = 56.05%
G = 12.78%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA398B (or 0xFA398B) is known color: Violet Red. HEX triplet: FA, 39 and 8B. RGB value is (250,57,139). Sum of RGB (Red+Green+Blue) = 250+57+139=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 57 (22.66% from 255 or 12.78% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA398B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA398B is #05C674. Grayscale: #7B7B7B. Windows color (decimal): -378485 or 9124346. OLE color: 9124346.

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

Color convert

RGB 250 57 139 -
CMYK 0 0.77 0.44 0.02
HSL 334.51º 0.95% 0.6% -
HSV(B) 334.51º 0.77% 0.98% -
XYZ 45.55 25.11 26.87 -
YUV 124.06 136.44 217.83 -
System Red Green Blue C M Y K H S L
Decimal 250 57 139 0 0.77 0.44 0.02 334.51 0.95 0.6
Hex FA 39 8B 0 4D 2C 2 14F 5F 3C
Octal 372 71 213 0 115 54 2 517 137 74
Binary 11111010 111001 10001011 0 1001101 101100 10 101001111 1011111 111100

Color Harmonies of #FA398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA398B

Black with #FA398B

Text Example


Text Example

White with #FA398B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA398B; }

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

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

background-color css

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

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

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

border-color css

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

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

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