#F82FA1

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

Shades of Persian Rose #F82FA1

Tints of Persian Rose #F82FA1

Color information

#F82FA1 (or 0xF82FA1) is unknown color: approx Persian Rose. HEX triplet: F8, 2F and A1. RGB value is (248,47,161). Sum of RGB (Red+Green+Blue) = 248+47+161=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F82FA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82FA1 is #07D05E. Grayscale: #777777. Windows color (decimal): -512095 or 10563576. OLE color: 10563576.

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

Color convert

RGB24847161-
CMYK00.810.350.03
HSL325.97º93.49%57.84%-
HSV(B)325.97º81.05%97.25%-
XYZ46.1624.5636.03-
YUV120.1151.09219.23-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.39%
GREEN value IS 47 (18.75% from 255) = 10.31%
BLUE value IS 161 (63.28% from 255) = 35.31%
R=54.39%
G=10.31%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2484716100.810.350.03325.9793.4957.84
HexF82FA10512331465d3a
Octal37057241012143350613572
Binary111110001011111010000101010001100011111010001101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F82FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F82FA1; }

 p { color: rgb(248,47,161); }

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

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

 a { background-color: rgb(248,47,161); }

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

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

 span { border-color: rgb(248,47,161); }

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