#F782BD

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

Shades of Persian Pink #F782BD

Tints of Persian Pink #F782BD

Color information

#F782BD (or 0xF782BD) is unknown color: approx Persian Pink. HEX triplet: F7, 82 and BD. RGB value is (247,130,189). Sum of RGB (Red+Green+Blue) = 247+130+189=566 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.64% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 247 - color contains mainly: red. Hex color #F782BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F782BD is #087D42. Grayscale: #ABABAB. Windows color (decimal): -556355 or 12419831. OLE color: 12419831.

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

Color convert

RGB247130189-
CMYK00.470.230.03
HSL329.74º87.97%73.92%-
HSV(B)329.74º47.37%96.86%-
XYZ55.5339.4152.83-
YUV171.71137.76181.7-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.64%
GREEN value IS 130 (51.17% from 255) = 22.97%
BLUE value IS 189 (74.22% from 255) = 33.39%
R=43.64%
G=22.97%
B=33.39%

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
Decimal24713018900.470.230.03329.7487.9773.92
HexF782BD02F17314a584a
Octal367202275057273512130112
Binary1111011110000010101111010101111101111110100101010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F782BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F782BD; }

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

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

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

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

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

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

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

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