#FF7CB3

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

Shades of Persian Pink #FF7CB3

Tints of Persian Pink #FF7CB3

Color information

#FF7CB3 (or 0xFF7CB3) is unknown color: approx Persian Pink. HEX triplet: FF, 7C and B3. RGB value is (255,124,179). Sum of RGB (Red+Green+Blue) = 255+124+179=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 124 (48.83% from 255 or 22.22% from 558); Blue value is 179 (70.31% from 255 or 32.08% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7CB3 is #00834C. Grayscale: #A9A9A9. Windows color (decimal): -33613 or 11762943. OLE color: 11762943.

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

Color convert

RGB255124179-
CMYK00.510.300
HSL334.81º100%74.31%-
HSV(B)334.81º51.37%100%-
XYZ56.5838.9347.18-
YUV169.44133.4189.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.70%
GREEN value IS 124 (48.83% from 255) = 22.22%
BLUE value IS 179 (70.31% from 255) = 32.08%
R=45.70%
G=22.22%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512417900.510.300334.8110074.31
HexFF7CB30331E014f644a
Octal377174263063360517144112
Binary11111111111110010110011011001111110010100111111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7CB3; }

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

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

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

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

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

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

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

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