#FC0E9B

Color #FC0E9B Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #FC0E9B

Tints of Deep Pink #FC0E9B

Color information

#FC0E9B (or 0xFC0E9B) is unknown color: approx Deep Pink. HEX triplet: FC, 0E and 9B. RGB value is (252,14,155). Sum of RGB (Red+Green+Blue) = 252+14+155=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 14 (5.86% from 255 or 3.33% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0E9B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0E9B is #03F164. Grayscale: #646464. Windows color (decimal): -258405 or 10161916. OLE color: 10161916.

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

Color convert

RGB25214155-
CMYK00.940.380.01
HSL324.45º97.54%52.16%-
HSV(B)324.45º94.44%98.82%-
XYZ46.2223.3833.09-
YUV101.24158.35235.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 59.86%
GREEN value IS 14 (5.86% from 255) = 3.33%
BLUE value IS 155 (60.94% from 255) = 36.82%
R=59.86%
G=3.33%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521415500.940.380.01324.4597.5452.16
HexFCE9B05E2611446234
Octal37416233013646150414264
Binary111111001110100110110101111010011011010001001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0E9B; }

 p { color: rgb(252,14,155); }

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

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

 a { background-color: rgb(252,14,155); }

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

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

 span { border-color: rgb(252,14,155); }

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