#FF78BB

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

Shades of Persian Pink #FF78BB

Tints of Persian Pink #FF78BB

Color information

#FF78BB (or 0xFF78BB) is unknown color: approx Persian Pink. HEX triplet: FF, 78 and BB. RGB value is (255,120,187). Sum of RGB (Red+Green+Blue) = 255+120+187=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 120 (47.27% from 255 or 21.35% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF78BB is #008744. Grayscale: #A7A7A7. Windows color (decimal): -34629 or 12286207. OLE color: 12286207.

HSL color Cylindrical-coordinate representation of color #FF78BB: hue angle of 330.22º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF78BB is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB255120187-
CMYK00.530.270
HSL330.22º100%73.53%-
HSV(B)330.22º52.94%100%-
XYZ56.9338.2851.4-
YUV168138.73190.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.37%
GREEN value IS 120 (47.27% from 255) = 21.35%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=45.37%
G=21.35%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512018700.530.270330.2210073.53
HexFF78BB0351B014a644a
Octal377170273065330512144112
Binary11111111111100010111011011010111011010100101011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF78BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF78BB; }

 p { color: rgb(255,120,187); }

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

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

 a { background-color: rgb(255,120,187); }

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

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

 span { border-color: rgb(255,120,187); }

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