#FF7CB8

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

Shades of Persian Pink #FF7CB8

Tints of Persian Pink #FF7CB8

Color information

#FF7CB8 (or 0xFF7CB8) is unknown color: approx Persian Pink. HEX triplet: FF, 7C and B8. RGB value is (255,124,184). Sum of RGB (Red+Green+Blue) = 255+124+184=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 124 (48.83% from 255 or 22.02% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7CB8 is #008347. Grayscale: #A9A9A9. Windows color (decimal): -33608 or 12090623. OLE color: 12090623.

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

Color convert

RGB255124184-
CMYK00.510.280
HSL332.52º100%74.31%-
HSV(B)332.52º51.37%100%-
XYZ57.139.1449.89-
YUV170.01135.9188.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.29%
GREEN value IS 124 (48.83% from 255) = 22.02%
BLUE value IS 184 (72.27% from 255) = 32.68%
R=45.29%
G=22.02%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512418400.510.280332.5210074.31
HexFF7CB80331C014d644a
Octal377174270063340515144112
Binary11111111111110010111000011001111100010100110111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7CB8; }

 p { color: rgb(255,124,184); }

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

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

 a { background-color: rgb(255,124,184); }

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

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

 span { border-color: rgb(255,124,184); }

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