#FC418B

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

Shades of Violet Red #FC418B

Tints of Violet Red #FC418B

Color information

#FC418B (or 0xFC418B) is unknown color: approx Violet Red. HEX triplet: FC, 41 and 8B. RGB value is (252,65,139). Sum of RGB (Red+Green+Blue) = 252+65+139=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC418B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC418B is #03BE74. Grayscale: #818181. Windows color (decimal): -245365 or 9126396. OLE color: 9126396.

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

Color convert

RGB25265139-
CMYK00.740.450.01
HSL336.26º96.89%62.16%-
HSV(B)336.26º74.21%98.82%-
XYZ46.726.3427.05-
YUV129.35133.45215.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.26%
GREEN value IS 65 (25.78% from 255) = 14.25%
BLUE value IS 139 (54.69% from 255) = 30.48%
R=55.26%
G=14.25%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526513900.740.450.01336.2696.8962.16
HexFC418B04A2D1150613e
Octal374101213011255152014176
Binary111111001000001100010110100101010110111010100001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC418B; }

 p { color: rgb(252,65,139); }

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

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

 a { background-color: rgb(252,65,139); }

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

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

 span { border-color: rgb(252,65,139); }

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