#FE7AC0

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

Shades of Persian Pink #FE7AC0

Tints of Persian Pink #FE7AC0

Color information

#FE7AC0 (or 0xFE7AC0) is unknown color: approx Persian Pink. HEX triplet: FE, 7A and C0. RGB value is (254,122,192). Sum of RGB (Red+Green+Blue) = 254+122+192=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 122 (48.05% from 255 or 21.48% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7AC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7AC0 is #01853F. Grayscale: #A9A9A9. Windows color (decimal): -99648 or 12614398. OLE color: 12614398.

HSL color Cylindrical-coordinate representation of color #FE7AC0: hue angle of 328.18º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7AC0 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB254122192-
CMYK00.520.240.00
HSL328.18º98.51%73.73%-
HSV(B)328.18º51.97%99.61%-
XYZ57.3538.854.33-
YUV169.45140.73188.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.72%
GREEN value IS 122 (48.05% from 255) = 21.48%
BLUE value IS 192 (75.39% from 255) = 33.80%
R=44.72%
G=21.48%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412219200.520.240.00328.1898.5173.73
HexFE7AC0034180148634a
Octal376172300064300510143112
Binary11111110111101011000000011010011000010100100011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7AC0; }

 p { color: rgb(254,122,192); }

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

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

 a { background-color: rgb(254,122,192); }

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

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

 span { border-color: rgb(254,122,192); }

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