Html Css Color HEX #FA4886 Violet Red

📋 copy color: '#FA4886'

red 250 ◦ green 72 ◦ blue 134

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

Shades of Violet Red #FA4886

Tints of Violet Red #FA4886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.39%

R = 54.82%
G = 15.79%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA4886 (or 0xFA4886) is known color: Violet Red. HEX triplet: FA, 48 and 86. RGB value is (250,72,134). Sum of RGB (Red+Green+Blue) = 250+72+134=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4886 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4886 is #05B779. Grayscale: #848484. Windows color (decimal): -374650 or 8800506. OLE color: 8800506.

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

Color convert

RGB 250 72 134 -
CMYK 0 0.71 0.46 0.02
HSL 339.1º 0.95% 0.63% -
HSV(B) 339.1º 0.71% 0.98% -
XYZ 46.04 26.68 25.28 -
YUV 132.29 128.97 211.96 -
System Red Green Blue C M Y K H S L
Decimal 250 72 134 0 0.71 0.46 0.02 339.1 0.95 0.63
Hex FA 48 86 0 47 2E 2 153 5F 3F
Octal 372 110 206 0 107 56 2 523 137 77
Binary 11111010 1001000 10000110 0 1000111 101110 10 101010011 1011111 111111

Color Harmonies of #FA4886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4886

Black with #FA4886

Text Example


Text Example

White with #FA4886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4886; }

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

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

background-color css

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

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

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

border-color css

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

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

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