#FF7AB2

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

Shades of Persian Pink #FF7AB2

Tints of Persian Pink #FF7AB2

Color information

#FF7AB2 (or 0xFF7AB2) is unknown color: approx Persian Pink. HEX triplet: FF, 7A and B2. RGB value is (255,122,178). Sum of RGB (Red+Green+Blue) = 255+122+178=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7AB2 is #00854D. Grayscale: #A8A8A8. Windows color (decimal): -34126 or 11696895. OLE color: 11696895.

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

Color convert

RGB255122178-
CMYK00.520.300
HSL334.74º100%73.92%-
HSV(B)334.74º52.16%100%-
XYZ56.2438.3946.57-
YUV168.15133.56189.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.95%
GREEN value IS 122 (48.05% from 255) = 21.98%
BLUE value IS 178 (69.92% from 255) = 32.07%
R=45.95%
G=21.98%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512217800.520.300334.7410073.92
HexFF7AB20341E014f644a
Octal377172262064360517144112
Binary11111111111101010110010011010011110010100111111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7AB2; }

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

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

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

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

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

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

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

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