Html Css Color HEX #FA478D Violet Red

📋 copy color: '#FA478D'

red 250 ◦ green 71 ◦ blue 141

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

Shades of Violet Red #FA478D

Tints of Violet Red #FA478D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.52%

R = 54.11%
G = 15.37%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA478D (or 0xFA478D) is known color: Violet Red. HEX triplet: FA, 47 and 8D. RGB value is (250,71,141). Sum of RGB (Red+Green+Blue) = 250+71+141=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 71 (28.12% from 255 or 15.37% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA478D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA478D is #05B872. Grayscale: #848484. Windows color (decimal): -374899 or 9259002. OLE color: 9259002.

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

Color convert

RGB 250 71 141 -
CMYK 0 0.72 0.44 0.02
HSL 336.54º 0.95% 0.63% -
HSV(B) 336.54º 0.72% 0.98% -
XYZ 46.49 26.75 27.91 -
YUV 132.5 132.8 211.81 -
System Red Green Blue C M Y K H S L
Decimal 250 71 141 0 0.72 0.44 0.02 336.54 0.95 0.63
Hex FA 47 8D 0 48 2C 2 151 5F 3F
Octal 372 107 215 0 110 54 2 521 137 77
Binary 11111010 1000111 10001101 0 1001000 101100 10 101010001 1011111 111111

Color Harmonies of #FA478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA478D

Black with #FA478D

Text Example


Text Example

White with #FA478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA478D; }

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

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

background-color css

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

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

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

border-color css

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

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

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