#FF7ABF

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

Shades of Persian Pink #FF7ABF

Tints of Persian Pink #FF7ABF

Color information

#FF7ABF (or 0xFF7ABF) is unknown color: approx Persian Pink. HEX triplet: FF, 7A and BF. RGB value is (255,122,191). Sum of RGB (Red+Green+Blue) = 255+122+191=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 122 (48.05% from 255 or 21.48% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7ABF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7ABF is #008540. Grayscale: #A9A9A9. Windows color (decimal): -34113 or 12548863. OLE color: 12548863.

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

Color convert

RGB255122191-
CMYK00.520.250
HSL328.87º100%73.92%-
HSV(B)328.87º52.16%100%-
XYZ57.638.9453.77-
YUV169.63140.06188.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.89%
GREEN value IS 122 (48.05% from 255) = 21.48%
BLUE value IS 191 (75% from 255) = 33.63%
R=44.89%
G=21.48%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512219100.520.250328.8710073.92
HexFF7ABF034190149644a
Octal377172277064310511144112
Binary11111111111101010111111011010011001010100100111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7ABF; }

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

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

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

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

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

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

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

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