#FA7AC4

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

Shades of Persian Pink #FA7AC4

Tints of Persian Pink #FA7AC4

Color information

#FA7AC4 (or 0xFA7AC4) is unknown color: approx Persian Pink. HEX triplet: FA, 7A and C4. RGB value is (250,122,196). Sum of RGB (Red+Green+Blue) = 250+122+196=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 122 (48.05% from 255 or 21.48% from 568); Blue value is 196 (76.95% from 255 or 34.51% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7AC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7AC4 is #05853B. Grayscale: #A8A8A8. Windows color (decimal): -361788 or 12876538. OLE color: 12876538.

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

Color convert

RGB250122196-
CMYK00.510.220.02
HSL325.31º92.75%72.94%-
HSV(B)325.31º51.2%98.04%-
XYZ56.3538.2356.63-
YUV168.71143.41185.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.01%
GREEN value IS 122 (48.05% from 255) = 21.48%
BLUE value IS 196 (76.95% from 255) = 34.51%
R=44.01%
G=21.48%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012219600.510.220.02325.3192.7572.94
HexFA7AC40331621455d49
Octal372172304063262505135111
Binary111110101111010110001000110011101101010100010110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7AC4; }

 p { color: rgb(250,122,196); }

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

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

 a { background-color: rgb(250,122,196); }

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

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

 span { border-color: rgb(250,122,196); }

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