#FD3478

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

Shades of Violet Red #FD3478

Tints of Violet Red #FD3478

Color information

#FD3478 (or 0xFD3478) is unknown color: approx Violet Red. HEX triplet: FD, 34 and 78. RGB value is (253,52,120). Sum of RGB (Red+Green+Blue) = 253+52+120=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 52 (20.70% from 255 or 12.24% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3478 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3478 is #02CB87. Grayscale: #777777. Windows color (decimal): -183176 or 7877885. OLE color: 7877885.

HSL color Cylindrical-coordinate representation of color #FD3478: hue angle of 339.7º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FD3478 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB25352120-
CMYK00.790.530.01
HSL339.7º98.05%59.8%-
HSV(B)339.7º79.45%99.22%-
XYZ45.1324.6920.16-
YUV119.85128.09222.97-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 59.53%
GREEN value IS 52 (20.70% from 255) = 12.24%
BLUE value IS 120 (47.27% from 255) = 28.24%
R=59.53%
G=12.24%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535212000.790.530.01339.798.0559.8
HexFD347804F351154623c
Octal37564170011765152414274
Binary1111110111010011110000100111111010111010101001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3478; }

 p { color: rgb(253,52,120); }

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

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

 a { background-color: rgb(253,52,120); }

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

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

 span { border-color: rgb(253,52,120); }

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