#FF1FA0

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

Shades of Persian Rose #FF1FA0

Tints of Persian Rose #FF1FA0

Color information

#FF1FA0 (or 0xFF1FA0) is unknown color: approx Persian Rose. HEX triplet: FF, 1F and A0. RGB value is (255,31,160). Sum of RGB (Red+Green+Blue) = 255+31+160=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 31 (12.5% from 255 or 6.95% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1FA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1FA0 is #00E05F. Grayscale: #707070. Windows color (decimal): -57440 or 10493951. OLE color: 10493951.

HSL color Cylindrical-coordinate representation of color #FF1FA0: hue angle of 325.45º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1FA0 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB25531160-
CMYK00.880.370
HSL325.45º100%56.08%-
HSV(B)325.45º87.84%100%-
XYZ48.0824.7835.51-
YUV112.68154.71229.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.17%
GREEN value IS 31 (12.5% from 255) = 6.95%
BLUE value IS 160 (62.89% from 255) = 35.87%
R=57.17%
G=6.95%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553116000.880.370325.4510056.08
HexFF1FA00582501456438
Octal37737240013045050514470
Binary1111111111111101000000101100010010101010001011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1FA0; }

 p { color: rgb(255,31,160); }

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

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

 a { background-color: rgb(255,31,160); }

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

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

 span { border-color: rgb(255,31,160); }

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