#F782BF

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

Shades of Persian Pink #F782BF

Tints of Persian Pink #F782BF

Color information

#F782BF (or 0xF782BF) is unknown color: approx Persian Pink. HEX triplet: F7, 82 and BF. RGB value is (247,130,191). Sum of RGB (Red+Green+Blue) = 247+130+191=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 247 - color contains mainly: red. Hex color #F782BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F782BF is #087D40. Grayscale: #ABABAB. Windows color (decimal): -556353 or 12550903. OLE color: 12550903.

HSL color Cylindrical-coordinate representation of color #F782BF: hue angle of 328.72º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F782BF is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB247130191-
CMYK00.470.230.03
HSL328.72º87.97%73.92%-
HSV(B)328.72º47.37%96.86%-
XYZ55.7439.553.98-
YUV171.94138.76181.54-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.49%
GREEN value IS 130 (51.17% from 255) = 22.89%
BLUE value IS 191 (75% from 255) = 33.63%
R=43.49%
G=22.89%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713019100.470.230.03328.7287.9773.92
HexF782BF02F173149584a
Octal367202277057273511130112
Binary1111011110000010101111110101111101111110100100110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F782BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F782BF; }

 p { color: rgb(247,130,191); }

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

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

 a { background-color: rgb(247,130,191); }

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

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

 span { border-color: rgb(247,130,191); }

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