#FF7AB9

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

Shades of Persian Pink #FF7AB9

Tints of Persian Pink #FF7AB9

Color information

#FF7AB9 (or 0xFF7AB9) is unknown color: approx Persian Pink. HEX triplet: FF, 7A and B9. RGB value is (255,122,185). Sum of RGB (Red+Green+Blue) = 255+122+185=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 122 (48.05% from 255 or 21.71% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7AB9 is #008546. Grayscale: #A8A8A8. Windows color (decimal): -34119 or 12155647. OLE color: 12155647.

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

Color convert

RGB255122185-
CMYK00.520.270
HSL331.58º100%73.92%-
HSV(B)331.58º52.16%100%-
XYZ56.9638.6850.36-
YUV168.95137.06189.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.37%
GREEN value IS 122 (48.05% from 255) = 21.71%
BLUE value IS 185 (72.66% from 255) = 32.92%
R=45.37%
G=21.71%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512218500.520.270331.5810073.92
HexFF7AB90341B014c644a
Octal377172271064330514144112
Binary11111111111101010111001011010011011010100110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7AB9; }

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

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

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

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

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

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

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

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