#F083BA

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

Shades of Persian Pink #F083BA

Tints of Persian Pink #F083BA

Color information

#F083BA (or 0xF083BA) is unknown color: approx Persian Pink. HEX triplet: F0, 83 and BA. RGB value is (240,131,186). Sum of RGB (Red+Green+Blue) = 240+131+186=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 131 (51.56% from 255 or 23.52% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F083BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F083BA is #0F7C45. Grayscale: #A9A9A9. Windows color (decimal): -1014854 or 12223472. OLE color: 12223472.

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

Color convert

RGB240131186-
CMYK00.450.220.06
HSL329.72º78.42%72.75%-
HSV(B)329.72º45.42%94.12%-
XYZ52.9138.351.06-
YUV169.86137.11178.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.09%
GREEN value IS 131 (51.56% from 255) = 23.52%
BLUE value IS 186 (73.05% from 255) = 33.39%
R=43.09%
G=23.52%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013118600.450.220.06329.7278.4272.75
HexF083BA02D16614a4e49
Octal360203272055266512116111
Binary11110000100000111011101001011011011011010100101010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F083BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F083BA; }

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

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

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

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

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

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

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

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