Html Css Color HEX #FA477F Violet Red

📋 copy color: '#FA477F'

red 250 ◦ green 71 ◦ blue 127

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

Shades of Violet Red #FA477F

Tints of Violet Red #FA477F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.35%

R = 55.8%
G = 15.85%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA477F (or 0xFA477F) is known color: Violet Red. HEX triplet: FA, 47 and 7F. RGB value is (250,71,127). Sum of RGB (Red+Green+Blue) = 250+71+127=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA477F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA477F is #05B880. Grayscale: #828282. Windows color (decimal): -374913 or 8341498. OLE color: 8341498.

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

Color convert

RGB 250 71 127 -
CMYK 0 0.72 0.49 0.02
HSL 341.23º 0.95% 0.63% -
HSV(B) 341.23º 0.72% 0.98% -
XYZ 45.51 26.36 22.77 -
YUV 130.91 125.8 212.95 -
System Red Green Blue C M Y K H S L
Decimal 250 71 127 0 0.72 0.49 0.02 341.23 0.95 0.63
Hex FA 47 7F 0 48 31 2 155 5F 3F
Octal 372 107 177 0 110 61 2 525 137 77
Binary 11111010 1000111 1111111 0 1001000 110001 10 101010101 1011111 111111

Color Harmonies of #FA477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA477F

Black with #FA477F

Text Example


Text Example

White with #FA477F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA477F; }

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

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

background-color css

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

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

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

border-color css

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

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

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