#F782B9

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

Shades of Persian Pink #F782B9

Tints of Persian Pink #F782B9

Color information

#F782B9 (or 0xF782B9) is unknown color: approx Persian Pink. HEX triplet: F7, 82 and B9. RGB value is (247,130,185). Sum of RGB (Red+Green+Blue) = 247+130+185=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 130 (51.17% from 255 or 23.13% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 247 - color contains mainly: red. Hex color #F782B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F782B9 is #087D46. Grayscale: #ABABAB. Windows color (decimal): -556359 or 12157687. OLE color: 12157687.

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

Color convert

RGB247130185-
CMYK00.470.250.03
HSL331.79º87.97%73.92%-
HSV(B)331.79º47.37%96.86%-
XYZ55.139.2450.57-
YUV171.25135.76182.03-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.95%
GREEN value IS 130 (51.17% from 255) = 23.13%
BLUE value IS 185 (72.66% from 255) = 32.92%
R=43.95%
G=23.13%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713018500.470.250.03331.7987.9773.92
HexF782B902F19314c584a
Octal367202271057313514130112
Binary1111011110000010101110010101111110011110100110010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F782B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F782B9; }

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

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

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

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

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

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

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

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