#FD3F8C

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

Shades of Violet Red #FD3F8C

Tints of Violet Red #FD3F8C

Color information

#FD3F8C (or 0xFD3F8C) is unknown color: approx Violet Red. HEX triplet: FD, 3F and 8C. RGB value is (253,63,140). Sum of RGB (Red+Green+Blue) = 253+63+140=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3F8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3F8C is #02C073. Grayscale: #808080. Windows color (decimal): -180340 or 9191421. OLE color: 9191421.

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

Color convert

RGB25363140-
CMYK00.750.450.01
HSL335.68º97.94%61.96%-
HSV(B)335.68º75.1%99.22%-
XYZ47.0226.3327.42-
YUV128.59134.45216.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.48%
GREEN value IS 63 (25% from 255) = 13.82%
BLUE value IS 140 (55.08% from 255) = 30.70%
R=55.48%
G=13.82%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536314000.750.450.01335.6897.9461.96
HexFD3F8C04B2D1150623e
Octal37577214011355152014276
Binary11111101111111100011000100101110110111010100001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3F8C; }

 p { color: rgb(253,63,140); }

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

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

 a { background-color: rgb(253,63,140); }

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

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

 span { border-color: rgb(253,63,140); }

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