#FF7CBD

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

Shades of Persian Pink #FF7CBD

Tints of Persian Pink #FF7CBD

Color information

#FF7CBD (or 0xFF7CBD) is unknown color: approx Persian Pink. HEX triplet: FF, 7C and BD. RGB value is (255,124,189). Sum of RGB (Red+Green+Blue) = 255+124+189=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7CBD is #008342. Grayscale: #AAAAAA. Windows color (decimal): -33603 or 12418303. OLE color: 12418303.

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

Color convert

RGB255124189-
CMYK00.510.260
HSL330.23º100%74.31%-
HSV(B)330.23º51.37%100%-
XYZ57.6339.3552.7-
YUV170.58138.4188.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.89%
GREEN value IS 124 (48.83% from 255) = 21.83%
BLUE value IS 189 (74.22% from 255) = 33.27%
R=44.89%
G=21.83%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512418900.510.260330.2310074.31
HexFF7CBD0331A014a644a
Octal377174275063320512144112
Binary11111111111110010111101011001111010010100101011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7CBD; }

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

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

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

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

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

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

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

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