#F782B4

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

Shades of Persian Pink #F782B4

Tints of Persian Pink #F782B4

Color information

#F782B4 (or 0xF782B4) is unknown color: approx Persian Pink. HEX triplet: F7, 82 and B4. RGB value is (247,130,180). Sum of RGB (Red+Green+Blue) = 247+130+180=557 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.34% from 557); Green value is 130 (51.17% from 255 or 23.34% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 247 - color contains mainly: red. Hex color #F782B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F782B4 is #087D4B. Grayscale: #AAAAAA. Windows color (decimal): -556364 or 11830007. OLE color: 11830007.

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

Color convert

RGB247130180-
CMYK00.470.270.03
HSL334.36º87.97%73.92%-
HSV(B)334.36º47.37%96.86%-
XYZ54.5839.0347.84-
YUV170.68133.26182.43-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.34%
GREEN value IS 130 (51.17% from 255) = 23.34%
BLUE value IS 180 (70.70% from 255) = 32.32%
R=44.34%
G=23.34%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713018000.470.270.03334.3687.9773.92
HexF782B402F1B314e584a
Octal367202264057333516130112
Binary1111011110000010101101000101111110111110100111010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F782B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F782B4; }

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

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

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

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

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

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

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

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