#F782BC

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

Shades of Persian Pink #F782BC

Tints of Persian Pink #F782BC

Color information

#F782BC (or 0xF782BC) is unknown color: approx Persian Pink. HEX triplet: F7, 82 and BC. RGB value is (247,130,188). Sum of RGB (Red+Green+Blue) = 247+130+188=565 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.72% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 247 - color contains mainly: red. Hex color #F782BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F782BC is #087D43. Grayscale: #ABABAB. Windows color (decimal): -556356 or 12354295. OLE color: 12354295.

HSL color Cylindrical-coordinate representation of color #F782BC: hue angle of 330.26º 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 #F782BC is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB247130188-
CMYK00.470.240.03
HSL330.26º87.97%73.92%-
HSV(B)330.26º47.37%96.86%-
XYZ55.4239.3752.26-
YUV171.6137.26181.78-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.72%
GREEN value IS 130 (51.17% from 255) = 23.01%
BLUE value IS 188 (73.83% from 255) = 33.27%
R=43.72%
G=23.01%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713018800.470.240.03330.2687.9773.92
HexF782BC02F18314a584a
Octal367202274057303512130112
Binary1111011110000010101111000101111110001110100101010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F782BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F782BC; }

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

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

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

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

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

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

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

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