#FA7DB9

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

Shades of Persian Pink #FA7DB9

Tints of Persian Pink #FA7DB9

Color information

#FA7DB9 (or 0xFA7DB9) is unknown color: approx Persian Pink. HEX triplet: FA, 7D and B9. RGB value is (250,125,185). Sum of RGB (Red+Green+Blue) = 250+125+185=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7DB9 is #058246. Grayscale: #A9A9A9. Windows color (decimal): -361031 or 12156410. OLE color: 12156410.

HSL color Cylindrical-coordinate representation of color #FA7DB9: hue angle of 331.2º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7DB9 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB250125185-
CMYK00.500.260.02
HSL331.2º92.59%73.53%-
HSV(B)331.2º50%98.04%-
XYZ55.5138.4950.4-
YUV169.22136.91185.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.64%
GREEN value IS 125 (49.22% from 255) = 22.32%
BLUE value IS 185 (72.66% from 255) = 33.04%
R=44.64%
G=22.32%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012518500.500.260.02331.292.5973.53
HexFA7DB90321A214b5d4a
Octal372175271062322513135112
Binary111110101111101101110010110010110101010100101110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7DB9; }

 p { color: rgb(250,125,185); }

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

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

 a { background-color: rgb(250,125,185); }

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

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

 span { border-color: rgb(250,125,185); }

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