#FA7DBA

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

Shades of Persian Pink #FA7DBA

Tints of Persian Pink #FA7DBA

Color information

#FA7DBA (or 0xFA7DBA) is unknown color: approx Persian Pink. HEX triplet: FA, 7D and BA. RGB value is (250,125,186). Sum of RGB (Red+Green+Blue) = 250+125+186=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7DBA is #058245. Grayscale: #A9A9A9. Windows color (decimal): -361030 or 12221946. OLE color: 12221946.

HSL color Cylindrical-coordinate representation of color #FA7DBA: hue angle of 330.72º 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 #FA7DBA is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB250125186-
CMYK00.500.260.02
HSL330.72º92.59%73.53%-
HSV(B)330.72º50%98.04%-
XYZ55.6238.5450.96-
YUV169.33137.41185.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.56%
GREEN value IS 125 (49.22% from 255) = 22.28%
BLUE value IS 186 (73.05% from 255) = 33.16%
R=44.56%
G=22.28%
B=33.16%

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
Decimal25012518600.500.260.02330.7292.5973.53
HexFA7DBA0321A214b5d4a
Octal372175272062322513135112
Binary111110101111101101110100110010110101010100101110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7DBA; }

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

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

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

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

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

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

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

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