#FA85B4

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

Shades of Persian Pink #FA85B4

Tints of Persian Pink #FA85B4

Color information

#FA85B4 (or 0xFA85B4) is unknown color: approx Persian Pink. HEX triplet: FA, 85 and B4. RGB value is (250,133,180). Sum of RGB (Red+Green+Blue) = 250+133+180=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 180 (70.70% from 255 or 31.97% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA85B4 is #057A4B. Grayscale: #ADADAD. Windows color (decimal): -358988 or 11830778. OLE color: 11830778.

HSL color Cylindrical-coordinate representation of color #FA85B4: hue angle of 335.9º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FA85B4 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB250133180-
CMYK00.470.280.02
HSL335.9º92.13%75.1%-
HSV(B)335.9º46.8%98.04%-
XYZ56.0540.3948.02-
YUV173.34131.76182.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.40%
GREEN value IS 133 (52.34% from 255) = 23.62%
BLUE value IS 180 (70.70% from 255) = 31.97%
R=44.40%
G=23.62%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013318000.470.280.02335.992.1375.1
HexFA85B402F1C21505c4b
Octal372205264057342520134113
Binary1111101010000101101101000101111111001010101000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA85B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA85B4; }

 p { color: rgb(250,133,180); }

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

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

 a { background-color: rgb(250,133,180); }

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

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

 span { border-color: rgb(250,133,180); }

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