#FC74BB

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

Shades of Persian Pink #FC74BB

Tints of Persian Pink #FC74BB

Color information

#FC74BB (or 0xFC74BB) is unknown color: approx Persian Pink. HEX triplet: FC, 74 and BB. RGB value is (252,116,187). Sum of RGB (Red+Green+Blue) = 252+116+187=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 116 (45.70% from 255 or 20.90% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC74BB is #038B44. Grayscale: #A4A4A4. Windows color (decimal): -232261 or 12285180. OLE color: 12285180.

HSL color Cylindrical-coordinate representation of color #FC74BB: hue angle of 328.68º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC74BB is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB252116187-
CMYK00.540.260.01
HSL328.68º95.77%72.16%-
HSV(B)328.68º53.97%98.82%-
XYZ55.3636.7751.19-
YUV164.76140.56190.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.41%
GREEN value IS 116 (45.70% from 255) = 20.90%
BLUE value IS 187 (73.44% from 255) = 33.69%
R=45.41%
G=20.90%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211618700.540.260.01328.6895.7772.16
HexFC74BB0361A11496048
Octal374164273066321511140110
Binary11111100111010010111011011011011010110100100111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC74BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC74BB; }

 p { color: rgb(252,116,187); }

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

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

 a { background-color: rgb(252,116,187); }

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

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

 span { border-color: rgb(252,116,187); }

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