#FA7CB7

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

Shades of Persian Pink #FA7CB7

Tints of Persian Pink #FA7CB7

Color information

#FA7CB7 (or 0xFA7CB7) is unknown color: approx Persian Pink. HEX triplet: FA, 7C and B7. RGB value is (250,124,183). Sum of RGB (Red+Green+Blue) = 250+124+183=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7CB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7CB7 is #058348. Grayscale: #A8A8A8. Windows color (decimal): -361289 or 12025082. OLE color: 12025082.

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

Color convert

RGB250124183-
CMYK00.500.270.02
HSL331.9º92.65%73.33%-
HSV(B)331.9º50.4%98.04%-
XYZ55.1838.1649.26-
YUV168.4136.24186.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.88%
GREEN value IS 124 (48.83% from 255) = 22.26%
BLUE value IS 183 (71.88% from 255) = 32.85%
R=44.88%
G=22.26%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012418300.500.270.02331.992.6573.33
HexFA7CB70321B214c5d49
Octal372174267062332514135111
Binary111110101111100101101110110010110111010100110010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7CB7; }

 p { color: rgb(250,124,183); }

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

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

 a { background-color: rgb(250,124,183); }

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

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

 span { border-color: rgb(250,124,183); }

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