Html Css Color HEX #FA4895 Violet Red

📋 copy color: '#FA4895'

red 250 ◦ green 72 ◦ blue 149

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

Shades of Violet Red #FA4895

Tints of Violet Red #FA4895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.63%

R = 53.08%
G = 15.29%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA4895 (or 0xFA4895) is known color: Violet Red. HEX triplet: FA, 48 and 95. RGB value is (250,72,149). Sum of RGB (Red+Green+Blue) = 250+72+149=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 72 (28.52% from 255 or 15.29% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4895 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4895 is #05B76A. Grayscale: #858585. Windows color (decimal): -374635 or 9783546. OLE color: 9783546.

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

Color convert

RGB 250 72 149 -
CMYK 0 0.71 0.40 0.02
HSL 334.05º 0.95% 0.63% -
HSV(B) 334.05º 0.71% 0.98% -
XYZ 47.17 27.13 31.18 -
YUV 134 136.47 210.74 -
System Red Green Blue C M Y K H S L
Decimal 250 72 149 0 0.71 0.40 0.02 334.05 0.95 0.63
Hex FA 48 95 0 47 28 2 14E 5F 3F
Octal 372 110 225 0 107 50 2 516 137 77
Binary 11111010 1001000 10010101 0 1000111 101000 10 101001110 1011111 111111

Color Harmonies of #FA4895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4895

Black with #FA4895

Text Example


Text Example

White with #FA4895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4895; }

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

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

background-color css

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

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

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

border-color css

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

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

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