#FF7CB4

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

Shades of Persian Pink #FF7CB4

Tints of Persian Pink #FF7CB4

Color information

#FF7CB4 (or 0xFF7CB4) is unknown color: approx Persian Pink. HEX triplet: FF, 7C and B4. RGB value is (255,124,180). Sum of RGB (Red+Green+Blue) = 255+124+180=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 124 (48.83% from 255 or 22.18% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7CB4 is #00834B. Grayscale: #A9A9A9. Windows color (decimal): -33612 or 11828479. OLE color: 11828479.

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

Color convert

RGB255124180-
CMYK00.510.290
HSL334.35º100%74.31%-
HSV(B)334.35º51.37%100%-
XYZ56.6938.9747.71-
YUV169.55133.9188.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.62%
GREEN value IS 124 (48.83% from 255) = 22.18%
BLUE value IS 180 (70.70% from 255) = 32.20%
R=45.62%
G=22.18%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512418000.510.290334.3510074.31
HexFF7CB40331D014e644a
Octal377174264063350516144112
Binary11111111111110010110100011001111101010100111011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7CB4; }

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

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

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

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

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

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

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

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