#F780BD

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

Shades of Persian Pink #F780BD

Tints of Persian Pink #F780BD

Color information

#F780BD (or 0xF780BD) is unknown color: approx Persian Pink. HEX triplet: F7, 80 and BD. RGB value is (247,128,189). Sum of RGB (Red+Green+Blue) = 247+128+189=564 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.79% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 247 - color contains mainly: red. Hex color #F780BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F780BD is #087F42. Grayscale: #AAAAAA. Windows color (decimal): -556867 or 12419319. OLE color: 12419319.

HSL color Cylindrical-coordinate representation of color #F780BD: hue angle of 329.24º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F780BD is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB247128189-
CMYK00.480.230.03
HSL329.24º88.15%73.53%-
HSV(B)329.24º48.18%96.86%-
XYZ55.2638.8952.74-
YUV170.53138.42182.54-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.79%
GREEN value IS 128 (50.39% from 255) = 22.70%
BLUE value IS 189 (74.22% from 255) = 33.51%
R=43.79%
G=22.70%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712818900.480.230.03329.2488.1573.53
HexF780BD030173149584a
Octal367200275060273511130112
Binary1111011110000000101111010110000101111110100100110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F780BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F780BD; }

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

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

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

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

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

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

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

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