#F06FBA

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

Shades of Persian Pink #F06FBA

Tints of Persian Pink #F06FBA

Color information

#F06FBA (or 0xF06FBA) is unknown color: approx Persian Pink. HEX triplet: F0, 6F and BA. RGB value is (240,111,186). Sum of RGB (Red+Green+Blue) = 240+111+186=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 111 (43.75% from 255 or 20.67% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06FBA is #0F9045. Grayscale: #9D9D9D. Windows color (decimal): -1019974 or 12218352. OLE color: 12218352.

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

Color convert

RGB240111186-
CMYK00.540.220.06
HSL325.12º81.13%68.82%-
HSV(B)325.12º53.75%94.12%-
XYZ50.4833.4450.25-
YUV158.12143.74186.4-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.69%
GREEN value IS 111 (43.75% from 255) = 20.67%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=44.69%
G=20.67%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011118600.540.220.06325.1281.1368.82
HexF06FBA0361661455145
Octal360157272066266505121105
Binary1111000011011111011101001101101011011010100010110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06FBA; }

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

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

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

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

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

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

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

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