#F681BC

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

Shades of Persian Pink #F681BC

Tints of Persian Pink #F681BC

Color information

#F681BC (or 0xF681BC) is unknown color: approx Persian Pink. HEX triplet: F6, 81 and BC. RGB value is (246,129,188). Sum of RGB (Red+Green+Blue) = 246+129+188=563 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.69% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 246 - color contains mainly: red. Hex color #F681BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F681BC is #097E43. Grayscale: #AAAAAA. Windows color (decimal): -622148 or 12354038. OLE color: 12354038.

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

Color convert

RGB246129188-
CMYK00.480.240.04
HSL329.74º86.67%73.53%-
HSV(B)329.74º47.56%96.47%-
XYZ54.9338.9252.19-
YUV170.71137.76181.7-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.69%
GREEN value IS 129 (50.78% from 255) = 22.91%
BLUE value IS 188 (73.83% from 255) = 33.39%
R=43.69%
G=22.91%
B=33.39%

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
Decimal24612918800.480.240.04329.7486.6773.53
HexF681BC03018414a574a
Octal366201274060304512127112
Binary11110110100000011011110001100001100010010100101010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F681BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F681BC; }

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

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

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

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

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

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

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

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