#F071BA

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

Shades of Persian Pink #F071BA

Tints of Persian Pink #F071BA

Color information

#F071BA (or 0xF071BA) is unknown color: approx Persian Pink. HEX triplet: F0, 71 and BA. RGB value is (240,113,186). Sum of RGB (Red+Green+Blue) = 240+113+186=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F071BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F071BA is #0F8E45. Grayscale: #9F9F9F. Windows color (decimal): -1019462 or 12218864. OLE color: 12218864.

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

Color convert

RGB240113186-
CMYK00.530.220.06
HSL325.51º80.89%69.22%-
HSV(B)325.51º52.92%94.12%-
XYZ50.733.8850.32-
YUV159.3143.08185.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.53%
GREEN value IS 113 (44.53% from 255) = 20.96%
BLUE value IS 186 (73.05% from 255) = 34.51%
R=44.53%
G=20.96%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011318600.530.220.06325.5180.8969.22
HexF071BA0351661465145
Octal360161272065266506121105
Binary1111000011100011011101001101011011011010100011010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F071BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F071BA; }

 p { color: rgb(240,113,186); }

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

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

 a { background-color: rgb(240,113,186); }

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

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

 span { border-color: rgb(240,113,186); }

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