#F782BE

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

Shades of Persian Pink #F782BE

Tints of Persian Pink #F782BE

Color information

#F782BE (or 0xF782BE) is unknown color: approx Persian Pink. HEX triplet: F7, 82 and BE. RGB value is (247,130,190). Sum of RGB (Red+Green+Blue) = 247+130+190=567 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.56% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 247 - color contains mainly: red. Hex color #F782BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F782BE is #087D41. Grayscale: #ABABAB. Windows color (decimal): -556354 or 12485367. OLE color: 12485367.

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

Color convert

RGB247130190-
CMYK00.470.230.03
HSL329.23º87.97%73.92%-
HSV(B)329.23º47.37%96.86%-
XYZ55.6339.4653.4-
YUV171.82138.26181.62-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.56%
GREEN value IS 130 (51.17% from 255) = 22.93%
BLUE value IS 190 (74.61% from 255) = 33.51%
R=43.56%
G=22.93%
B=33.51%

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
Decimal24713019000.470.230.03329.2387.9773.92
HexF782BE02F173149584a
Octal367202276057273511130112
Binary1111011110000010101111100101111101111110100100110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F782BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F782BE; }

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

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

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

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

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

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

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

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