#F681BB

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

Shades of Persian Pink #F681BB

Tints of Persian Pink #F681BB

Color information

#F681BB (or 0xF681BB) is unknown color: approx Persian Pink. HEX triplet: F6, 81 and BB. RGB value is (246,129,187). Sum of RGB (Red+Green+Blue) = 246+129+187=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 129 (50.78% from 255 or 22.95% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F681BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F681BB is #097E44. Grayscale: #AAAAAA. Windows color (decimal): -622149 or 12288502. OLE color: 12288502.

HSL color Cylindrical-coordinate representation of color #F681BB: hue angle of 330.26º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F681BB is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB246129187-
CMYK00.480.240.04
HSL330.26º86.67%73.53%-
HSV(B)330.26º47.56%96.47%-
XYZ54.8338.8851.63-
YUV170.6137.26181.78-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.77%
GREEN value IS 129 (50.78% from 255) = 22.95%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=43.77%
G=22.95%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612918700.480.240.04330.2686.6773.53
HexF681BB03018414a574a
Octal366201273060304512127112
Binary11110110100000011011101101100001100010010100101010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F681BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F681BB; }

 p { color: rgb(246,129,187); }

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

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

 a { background-color: rgb(246,129,187); }

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

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

 span { border-color: rgb(246,129,187); }

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