Html Css Color HEX #FA4796 Violet Red

📋 copy color: '#FA4796'

red 250 ◦ green 71 ◦ blue 150

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

Shades of Violet Red #FA4796

Tints of Violet Red #FA4796

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.07%

 BLUE value IS 150 (58.98% from 255) = 31.85%

R = 53.08%
G = 15.07%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FA4796 (or 0xFA4796) is known color: Violet Red. HEX triplet: FA, 47 and 96. RGB value is (250,71,150). Sum of RGB (Red+Green+Blue) = 250+71+150=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 71 (28.12% from 255 or 15.07% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4796 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4796 is #05B869. Grayscale: #858585. Windows color (decimal): -374890 or 9848826. OLE color: 9848826.

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

Color convert

RGB 250 71 150 -
CMYK 0 0.72 0.4 0.02
HSL 333.52º 0.95% 0.63% -
HSV(B) 333.52º 0.72% 0.98% -
XYZ 47.18 27.03 31.59 -
YUV 133.53 137.3 211.08 -
System Red Green Blue C M Y K H S L
Decimal 250 71 150 0 0.72 0.4 0.02 333.52 0.95 0.63
Hex FA 47 96 0 48 28 2 14E 5F 3F
Octal 372 107 226 0 110 50 2 516 137 77
Binary 11111010 1000111 10010110 0 1001000 101000 10 101001110 1011111 111111

Color Harmonies of #FA4796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4796

Black with #FA4796

Text Example


Text Example

White with #FA4796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4796; }

 p { color: rgb(250,71,150); }

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

background-color css

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

 a { background-color: rgb(250,71,150); }

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

border-color css

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

 span { border-color: rgb(250,71,150); }

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