#F081BC

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

Shades of Persian Pink #F081BC

Tints of Persian Pink #F081BC

Color information

#F081BC (or 0xF081BC) is unknown color: approx Persian Pink. HEX triplet: F0, 81 and BC. RGB value is (240,129,188). Sum of RGB (Red+Green+Blue) = 240+129+188=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F081BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081BC is #0F7E43. Grayscale: #A8A8A8. Windows color (decimal): -1015364 or 12354032. OLE color: 12354032.

HSL color Cylindrical-coordinate representation of color #F081BC: hue angle of 328.11º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F081BC is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240129188-
CMYK00.460.220.06
HSL328.11º78.72%72.35%-
HSV(B)328.11º46.25%94.12%-
XYZ52.8637.8652.1-
YUV168.92138.77178.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.09%
GREEN value IS 129 (50.78% from 255) = 23.16%
BLUE value IS 188 (73.83% from 255) = 33.75%
R=43.09%
G=23.16%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012918800.460.220.06328.1178.7272.35
HexF081BC02E1661484f48
Octal360201274056266510117110
Binary11110000100000011011110001011101011011010100100010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F081BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F081BC; }

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

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

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

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

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

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

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

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