#FF7FBD

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

Shades of Persian Pink #FF7FBD

Tints of Persian Pink #FF7FBD

Color information

#FF7FBD (or 0xFF7FBD) is unknown color: approx Persian Pink. HEX triplet: FF, 7F and BD. RGB value is (255,127,189). Sum of RGB (Red+Green+Blue) = 255+127+189=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 127 (50% from 255 or 22.24% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FBD is #008042. Grayscale: #ACACAC. Windows color (decimal): -32835 or 12419071. OLE color: 12419071.

HSL color Cylindrical-coordinate representation of color #FF7FBD: hue angle of 330.94º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF7FBD is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB255127189-
CMYK00.500.260
HSL330.94º100%74.9%-
HSV(B)330.94º50.2%100%-
XYZ58.0140.1152.83-
YUV172.34137.41186.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.66%
GREEN value IS 127 (50% from 255) = 22.24%
BLUE value IS 189 (74.22% from 255) = 33.10%
R=44.66%
G=22.24%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512718900.500.260330.9410074.9
HexFF7FBD0321A014b644b
Octal377177275062320513144113
Binary11111111111111110111101011001011010010100101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7FBD; }

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

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

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

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

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

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

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

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