#FA82BD

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

Shades of Persian Pink #FA82BD

Tints of Persian Pink #FA82BD

Color information

#FA82BD (or 0xFA82BD) is unknown color: approx Persian Pink. HEX triplet: FA, 82 and BD. RGB value is (250,130,189). Sum of RGB (Red+Green+Blue) = 250+130+189=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 130 (51.17% from 255 or 22.85% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA82BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA82BD is #057D42. Grayscale: #ACACAC. Windows color (decimal): -359747 or 12419834. OLE color: 12419834.

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

Color convert

RGB250130189-
CMYK00.480.240.02
HSL330.5º92.31%74.51%-
HSV(B)330.5º48%98.04%-
XYZ56.5939.9652.88-
YUV172.61137.26183.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.94%
GREEN value IS 130 (51.17% from 255) = 22.85%
BLUE value IS 189 (74.22% from 255) = 33.22%
R=43.94%
G=22.85%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013018900.480.240.02330.592.3174.51
HexFA82BD03018214a5c4b
Octal372202275060302512134113
Binary1111101010000010101111010110000110001010100101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA82BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA82BD; }

 p { color: rgb(250,130,189); }

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

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

 a { background-color: rgb(250,130,189); }

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

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

 span { border-color: rgb(250,130,189); }

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