#FF75BB

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

Shades of Persian Pink #FF75BB

Tints of Persian Pink #FF75BB

Color information

#FF75BB (or 0xFF75BB) is unknown color: approx Persian Pink. HEX triplet: FF, 75 and BB. RGB value is (255,117,187). Sum of RGB (Red+Green+Blue) = 255+117+187=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 117 (46.09% from 255 or 20.93% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF75BB is #008A44. Grayscale: #A6A6A6. Windows color (decimal): -35397 or 12285439. OLE color: 12285439.

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

Color convert

RGB255117187-
CMYK00.540.270
HSL329.57º100%72.94%-
HSV(B)329.57º54.12%100%-
XYZ56.5737.5751.28-
YUV166.24139.72191.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.62%
GREEN value IS 117 (46.09% from 255) = 20.93%
BLUE value IS 187 (73.44% from 255) = 33.45%
R=45.62%
G=20.93%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511718700.540.270329.5710072.94
HexFF75BB0361B014a6449
Octal377165273066330512144111
Binary11111111111010110111011011011011011010100101011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF75BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF75BB; }

 p { color: rgb(255,117,187); }

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

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

 a { background-color: rgb(255,117,187); }

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

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

 span { border-color: rgb(255,117,187); }

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