#FF7BB9

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

Shades of Persian Pink #FF7BB9

Tints of Persian Pink #FF7BB9

Color information

#FF7BB9 (or 0xFF7BB9) is unknown color: approx Persian Pink. HEX triplet: FF, 7B and B9. RGB value is (255,123,185). Sum of RGB (Red+Green+Blue) = 255+123+185=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 123 (48.44% from 255 or 21.85% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7BB9 is #008446. Grayscale: #A9A9A9. Windows color (decimal): -33863 or 12155903. OLE color: 12155903.

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

Color convert

RGB255123185-
CMYK00.520.270
HSL331.82º100%74.12%-
HSV(B)331.82º51.76%100%-
XYZ57.0838.9350.4-
YUV169.54136.73188.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.29%
GREEN value IS 123 (48.44% from 255) = 21.85%
BLUE value IS 185 (72.66% from 255) = 32.86%
R=45.29%
G=21.85%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512318500.520.270331.8210074.12
HexFF7BB90341B014c644a
Octal377173271064330514144112
Binary11111111111101110111001011010011011010100110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7BB9; }

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

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

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

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

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

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

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

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