#FF3F77

Color #FF3F77 Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #FF3F77

Tints of Violet Red #FF3F77

Color information

#FF3F77 (or 0xFF3F77) is unknown color: approx Violet Red. HEX triplet: FF, 3F and 77. RGB value is (255,63,119). Sum of RGB (Red+Green+Blue) = 255+63+119=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 63 (25% from 255 or 14.42% from 437); Blue value is 119 (46.88% from 255 or 27.23% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3F77 is #00C088. Grayscale: #7E7E7E. Windows color (decimal): -49289 or 7815167. OLE color: 7815167.

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

Color convert

RGB25563119-
CMYK00.750.530
HSL342.5º100%62.35%-
HSV(B)342.5º75.29%100%-
XYZ46.3526.1520.06-
YUV126.79123.61219.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.35%
GREEN value IS 63 (25% from 255) = 14.42%
BLUE value IS 119 (46.88% from 255) = 27.23%
R=58.35%
G=14.42%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556311900.750.530342.510062.35
HexFF3F7704B350156643e
Octal37777167011365052614476
Binary1111111111111111101110100101111010101010101101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3F77; }

 p { color: rgb(255,63,119); }

 H1.HeaderClassName
 {
   color: #FF3F77;
 }
 .AnyTagClassName
 {
   color: #FF3F77;
 }
</style>
background-color css

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

 a { background-color: rgb(255,63,119); }

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

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

 span { border-color: rgb(255,63,119); }

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