Html Css Color HEX #FA4893 Violet Red

📋 copy color: '#FA4893'

red 250 ◦ green 72 ◦ blue 147

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

Shades of Violet Red #FA4893

Tints of Violet Red #FA4893

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.35%

 BLUE value IS 147 (57.81% from 255) = 31.34%

R = 53.3%
G = 15.35%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FA4893 (or 0xFA4893) is known color: Violet Red. HEX triplet: FA, 48 and 93. RGB value is (250,72,147). Sum of RGB (Red+Green+Blue) = 250+72+147=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4893 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4893 is #05B76C. Grayscale: #858585. Windows color (decimal): -374637 or 9652474. OLE color: 9652474.

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

Color convert

RGB 250 72 147 -
CMYK 0 0.71 0.41 0.02
HSL 334.72º 0.95% 0.63% -
HSV(B) 334.72º 0.71% 0.98% -
XYZ 47.01 27.07 30.35 -
YUV 133.77 135.47 210.9 -
System Red Green Blue C M Y K H S L
Decimal 250 72 147 0 0.71 0.41 0.02 334.72 0.95 0.63
Hex FA 48 93 0 47 29 2 14F 5F 3F
Octal 372 110 223 0 107 51 2 517 137 77
Binary 11111010 1001000 10010011 0 1000111 101001 10 101001111 1011111 111111

Color Harmonies of #FA4893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4893

Black with #FA4893

Text Example


Text Example

White with #FA4893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4893; }

 p { color: rgb(250,72,147); }

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

background-color css

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

 a { background-color: rgb(250,72,147); }

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

border-color css

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

 span { border-color: rgb(250,72,147); }

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