#FF78B7

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

Shades of Persian Pink #FF78B7

Tints of Persian Pink #FF78B7

Color information

#FF78B7 (or 0xFF78B7) is unknown color: approx Persian Pink. HEX triplet: FF, 78 and B7. RGB value is (255,120,183). Sum of RGB (Red+Green+Blue) = 255+120+183=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 120 (47.27% from 255 or 21.51% from 558); Blue value is 183 (71.88% from 255 or 32.80% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF78B7 is #008748. Grayscale: #A7A7A7. Windows color (decimal): -34633 or 12024063. OLE color: 12024063.

HSL color Cylindrical-coordinate representation of color #FF78B7: hue angle of 332º 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 #FF78B7 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.

Color convert

RGB255120183-
CMYK00.530.280
HSL332º100%73.53%-
HSV(B)332º52.94%100%-
XYZ56.538.1149.18-
YUV167.55136.73190.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.70%
GREEN value IS 120 (47.27% from 255) = 21.51%
BLUE value IS 183 (71.88% from 255) = 32.80%
R=45.70%
G=21.51%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512018300.530.28033210073.53
HexFF78B70351C014c644a
Octal377170267065340514144112
Binary11111111111100010110111011010111100010100110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF78B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF78B7; }

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

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

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

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

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

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

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

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