#F073BB

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

Shades of Persian Pink #F073BB

Tints of Persian Pink #F073BB

Color information

#F073BB (or 0xF073BB) is unknown color: approx Persian Pink. HEX triplet: F0, 73 and BB. RGB value is (240,115,187). Sum of RGB (Red+Green+Blue) = 240+115+187=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F073BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F073BB is #0F8C44. Grayscale: #A0A0A0. Windows color (decimal): -1018949 or 12284912. OLE color: 12284912.

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

Color convert

RGB240115187-
CMYK00.520.220.06
HSL325.44º80.65%69.61%-
HSV(B)325.44º52.08%94.12%-
XYZ51.0434.3750.96-
YUV160.58142.91184.65-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.28%
GREEN value IS 115 (45.31% from 255) = 21.22%
BLUE value IS 187 (73.44% from 255) = 34.50%
R=44.28%
G=21.22%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011518700.520.220.06325.4480.6569.61
HexF073BB0341661455146
Octal360163273064266505121106
Binary1111000011100111011101101101001011011010100010110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F073BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F073BB; }

 p { color: rgb(240,115,187); }

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

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

 a { background-color: rgb(240,115,187); }

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

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

 span { border-color: rgb(240,115,187); }

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