#ff7fba

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

Shades of Persian Pink #FF7FBA

Tints of Persian Pink #FF7FBA

Color information

#FF7FBA (or 0xFF7FBA) is unknown color: approx Persian Pink. HEX triplet: FF, 7F and BA. RGB value is (255,127,186). Sum of RGB (Red+Green+Blue) = 255+127+186=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 127 (50% from 255 or 22.36% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FBA is #008045. Grayscale: #ABABAB. Windows color (decimal): -32838 or 12222463. OLE color: 12222463.

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

Color convert

RGB255127186-
CMYK00.500.270
HSL332.34º100%74.9%-
HSV(B)332.34º50.2%100%-
XYZ57.6939.9851.13-
YUV172135.91187.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.89%
GREEN value IS 127 (50% from 255) = 22.36%
BLUE value IS 186 (73.05% from 255) = 32.75%
R=44.89%
G=22.36%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512718600.500.270332.3410074.9
HexFF7FBA0321B014c644b
Octal377177272062330514144113
Binary11111111111111110111010011001011011010100110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff7fba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff7fba; }

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

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

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

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

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

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

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

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