#F81CA0

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

Shades of Persian Rose #F81CA0

Tints of Persian Rose #F81CA0

Color information

#F81CA0 (or 0xF81CA0) is unknown color: approx Persian Rose. HEX triplet: F8, 1C and A0. RGB value is (248,28,160). Sum of RGB (Red+Green+Blue) = 248+28+160=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 28 (11.33% from 255 or 6.42% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F81CA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81CA0 is #07E35F. Grayscale: #6C6C6C. Windows color (decimal): -516960 or 10493176. OLE color: 10493176.

HSL color Cylindrical-coordinate representation of color #F81CA0: hue angle of 324º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F81CA0 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB24828160-
CMYK00.890.350.03
HSL324º94.02%54.12%-
HSV(B)324º88.71%97.25%-
XYZ45.4723.3335.36-
YUV108.83156.89227.27-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 56.88%
GREEN value IS 28 (11.33% from 255) = 6.42%
BLUE value IS 160 (62.89% from 255) = 36.70%
R=56.88%
G=6.42%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482816000.890.350.0332494.0254.12
HexF81CA00592331445e36
Octal37034240013143350413666
Binary11111000111001010000001011001100011111010001001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81CA0; }

 p { color: rgb(248,28,160); }

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

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

 a { background-color: rgb(248,28,160); }

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

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

 span { border-color: rgb(248,28,160); }

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