#FF7ABA

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

Shades of Persian Pink #FF7ABA

Tints of Persian Pink #FF7ABA

Color information

#FF7ABA (or 0xFF7ABA) is unknown color: approx Persian Pink. HEX triplet: FF, 7A and BA. RGB value is (255,122,186). Sum of RGB (Red+Green+Blue) = 255+122+186=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 122 (48.05% from 255 or 21.67% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7ABA is #008545. Grayscale: #A8A8A8. Windows color (decimal): -34118 or 12221183. OLE color: 12221183.

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

Color convert

RGB255122186-
CMYK00.520.270
HSL331.13º100%73.92%-
HSV(B)331.13º52.16%100%-
XYZ57.0638.7250.92-
YUV169.06137.56189.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.29%
GREEN value IS 122 (48.05% from 255) = 21.67%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=45.29%
G=21.67%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512218600.520.270331.1310073.92
HexFF7ABA0341B014b644a
Octal377172272064330513144112
Binary11111111111101010111010011010011011010100101111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7ABA; }

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

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

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

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

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

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

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

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