#FD367A

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

Shades of Violet Red #FD367A

Tints of Violet Red #FD367A

Color information

#FD367A (or 0xFD367A) is unknown color: approx Violet Red. HEX triplet: FD, 36 and 7A. RGB value is (253,54,122). Sum of RGB (Red+Green+Blue) = 253+54+122=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FD367A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD367A is #02C985. Grayscale: #797979. Windows color (decimal): -182662 or 8009469. OLE color: 8009469.

HSL color Cylindrical-coordinate representation of color #FD367A: hue angle of 339.5º 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 #FD367A is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB25354122-
CMYK00.790.520.01
HSL339.5º98.03%60.2%-
HSV(B)339.5º78.66%99.22%-
XYZ45.3424.9320.83-
YUV121.25128.43221.97-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.97%
GREEN value IS 54 (21.48% from 255) = 12.59%
BLUE value IS 122 (48.05% from 255) = 28.44%
R=58.97%
G=12.59%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535412200.790.520.01339.598.0360.2
HexFD367A04F341153623c
Octal37566172011764152314274
Binary1111110111011011110100100111111010011010100111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD367A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD367A; }

 p { color: rgb(253,54,122); }

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

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

 a { background-color: rgb(253,54,122); }

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

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

 span { border-color: rgb(253,54,122); }

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