#ff7bb7

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

Shades of Persian Pink #FF7BB7

Tints of Persian Pink #FF7BB7

Color information

#FF7BB7 (or 0xFF7BB7) is unknown color: approx Persian Pink. HEX triplet: FF, 7B and B7. RGB value is (255,123,183). Sum of RGB (Red+Green+Blue) = 255+123+183=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7BB7 is #008448. Grayscale: #A9A9A9. Windows color (decimal): -33865 or 12024831. OLE color: 12024831.

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

Color convert

RGB255123183-
CMYK00.520.280
HSL332.73º100%74.12%-
HSV(B)332.73º51.76%100%-
XYZ56.8738.8449.3-
YUV169.31135.73189.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.45%
GREEN value IS 123 (48.44% from 255) = 21.93%
BLUE value IS 183 (71.88% from 255) = 32.62%
R=45.45%
G=21.93%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512318300.520.280332.7310074.12
HexFF7BB70341C014d644a
Octal377173267064340515144112
Binary11111111111101110110111011010011100010100110111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff7bb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff7bb7; }

 p { color: rgb(255,123,183); }

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

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

 a { background-color: rgb(255,123,183); }

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

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

 span { border-color: rgb(255,123,183); }

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