Html Css Color HEX #FA4896 Violet Red

📋 copy color: '#FA4896'

red 250 ◦ green 72 ◦ blue 150

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

Shades of Violet Red #FA4896

Tints of Violet Red #FA4896

RGB

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

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

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

R = 52.97%
G = 15.25%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FA4896 (or 0xFA4896) is known color: Violet Red. HEX triplet: FA, 48 and 96. RGB value is (250,72,150). Sum of RGB (Red+Green+Blue) = 250+72+150=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4896 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4896 is #05B769. Grayscale: #858585. Windows color (decimal): -374634 or 9849082. OLE color: 9849082.

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

Color convert

RGB 250 72 150 -
CMYK 0 0.71 0.4 0.02
HSL 333.71º 0.95% 0.63% -
HSV(B) 333.71º 0.71% 0.98% -
XYZ 47.25 27.16 31.61 -
YUV 134.11 136.97 210.66 -
System Red Green Blue C M Y K H S L
Decimal 250 72 150 0 0.71 0.4 0.02 333.71 0.95 0.63
Hex FA 48 96 0 47 28 2 14E 5F 3F
Octal 372 110 226 0 107 50 2 516 137 77
Binary 11111010 1001000 10010110 0 1000111 101000 10 101001110 1011111 111111

Color Harmonies of #FA4896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4896

Black with #FA4896

Text Example


Text Example

White with #FA4896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4896; }

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

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

background-color css

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

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

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

border-color css

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

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

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