#F781BE

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

Shades of Persian Pink #F781BE

Tints of Persian Pink #F781BE

Color information

#F781BE (or 0xF781BE) is unknown color: approx Persian Pink. HEX triplet: F7, 81 and BE. RGB value is (247,129,190). Sum of RGB (Red+Green+Blue) = 247+129+190=566 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.64% from 566); Green value is 129 (50.78% from 255 or 22.79% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 247 - color contains mainly: red. Hex color #F781BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F781BE is #087E41. Grayscale: #ABABAB. Windows color (decimal): -556610 or 12485111. OLE color: 12485111.

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

Color convert

RGB247129190-
CMYK00.480.230.03
HSL328.98º88.06%73.73%-
HSV(B)328.98º47.77%96.86%-
XYZ55.539.1953.35-
YUV171.24138.59182.04-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.64%
GREEN value IS 129 (50.78% from 255) = 22.79%
BLUE value IS 190 (74.61% from 255) = 33.57%
R=43.64%
G=22.79%
B=33.57%

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
Decimal24712919000.480.230.03328.9888.0673.73
HexF781BE030173149584a
Octal367201276060273511130112
Binary1111011110000001101111100110000101111110100100110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F781BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F781BE; }

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

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

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

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

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

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

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

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