#FC74BC

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

Shades of Persian Pink #FC74BC

Tints of Persian Pink #FC74BC

Color information

#FC74BC (or 0xFC74BC) is unknown color: approx Persian Pink. HEX triplet: FC, 74 and BC. RGB value is (252,116,188). Sum of RGB (Red+Green+Blue) = 252+116+188=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 116 (45.70% from 255 or 20.86% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC74BC is #038B43. Grayscale: #A4A4A4. Windows color (decimal): -232260 or 12350716. OLE color: 12350716.

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

Color convert

RGB252116188-
CMYK00.540.250.01
HSL328.24º95.77%72.16%-
HSV(B)328.24º53.97%98.82%-
XYZ55.4736.8251.76-
YUV164.87141.06190.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.32%
GREEN value IS 116 (45.70% from 255) = 20.86%
BLUE value IS 188 (73.83% from 255) = 33.81%
R=45.32%
G=20.86%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211618800.540.250.01328.2495.7772.16
HexFC74BC0361911486048
Octal374164274066311510140110
Binary11111100111010010111100011011011001110100100011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC74BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC74BC; }

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

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

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

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

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

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

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

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