Html Css Color HEX #FF477F Violet Red

📋 copy color: '#FF477F'

red 255 ◦ green 71 ◦ blue 127

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

Shades of Violet Red #FF477F

Tints of Violet Red #FF477F

RGB

 RED value IS 255 (100% from 255) = 56.29%

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

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

R = 56.29%
G = 15.67%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF477F (or 0xFF477F) is known color: Violet Red. HEX triplet: FF, 47 and 7F. RGB value is (255,71,127). Sum of RGB (Red+Green+Blue) = 255+71+127=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF477F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF477F is #00B880. Grayscale: #848484. Windows color (decimal): -47233 or 8341503. OLE color: 8341503.

HSL color Cylindrical-coordinate representation of color #FF477F: hue angle of 341.74º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF477F is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 255 71 127 -
CMYK 0 0.72 0.50 0
HSL 341.74º 1% 0.64% -
HSV(B) 341.74º 0.72% 1% -
XYZ 47.32 27.3 22.85 -
YUV 132.4 124.96 215.45 -
System Red Green Blue C M Y K H S L
Decimal 255 71 127 0 0.72 0.50 0 341.74 1 0.64
Hex FF 47 7F 0 48 32 0 156 64 40
Octal 377 107 177 0 110 62 0 526 144 100
Binary 11111111 1000111 1111111 0 1001000 110010 0 101010110 1100100 1000000

Color Harmonies of #FF477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF477F

Black with #FF477F

Text Example


Text Example

White with #FF477F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF477F; }

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

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

background-color css

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

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

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

border-color css

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

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

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