Html Css Color HEX #FA3A7D Violet Red

📋 copy color: '#FA3A7D'

red 250 ◦ green 58 ◦ blue 125

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

Shades of Violet Red #FA3A7D

Tints of Violet Red #FA3A7D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.39%

 BLUE value IS 125 (49.22% from 255) = 28.87%

R = 57.74%
G = 13.39%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA3A7D (or 0xFA3A7D) is known color: Violet Red. HEX triplet: FA, 3A and 7D. RGB value is (250,58,125). Sum of RGB (Red+Green+Blue) = 250+58+125=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3A7D is #05C582. Grayscale: #7A7A7A. Windows color (decimal): -378243 or 8207098. OLE color: 8207098.

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

Color convert

RGB 250 58 125 -
CMYK 0 0.77 0.50 0.02
HSL 339.06º 0.95% 0.6% -
HSV(B) 339.06º 0.77% 0.98% -
XYZ 44.64 24.83 21.84 -
YUV 123.05 129.11 218.55 -
System Red Green Blue C M Y K H S L
Decimal 250 58 125 0 0.77 0.50 0.02 339.06 0.95 0.6
Hex FA 3A 7D 0 4D 32 2 153 5F 3C
Octal 372 72 175 0 115 62 2 523 137 74
Binary 11111010 111010 1111101 0 1001101 110010 10 101010011 1011111 111100

Color Harmonies of #FA3A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A7D

Black with #FA3A7D

Text Example


Text Example

White with #FA3A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A7D; }

 p { color: rgb(250,58,125); }

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

background-color css

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

 a { background-color: rgb(250,58,125); }

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

border-color css

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

 span { border-color: rgb(250,58,125); }

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