#F083B0

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

Shades of Persian Pink #F083B0

Tints of Persian Pink #F083B0

Color information

#F083B0 (or 0xF083B0) is unknown color: approx Persian Pink. HEX triplet: F0, 83 and B0. RGB value is (240,131,176). Sum of RGB (Red+Green+Blue) = 240+131+176=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 131 (51.56% from 255 or 23.95% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F083B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F083B0 is #0F7C4F. Grayscale: #A8A8A8. Windows color (decimal): -1014864 or 11568112. OLE color: 11568112.

HSL color Cylindrical-coordinate representation of color #F083B0: hue angle of 335.23º 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 #F083B0 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB240131176-
CMYK00.450.270.06
HSL335.23º78.42%72.75%-
HSV(B)335.23º45.42%94.12%-
XYZ51.8937.8945.65-
YUV168.72132.11178.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.88%
GREEN value IS 131 (51.56% from 255) = 23.95%
BLUE value IS 176 (69.14% from 255) = 32.18%
R=43.88%
G=23.95%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013117600.450.270.06335.2378.4272.75
HexF083B002D1B614f4e49
Octal360203260055336517116111
Binary11110000100000111011000001011011101111010100111110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F083B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F083B0; }

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

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

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

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

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

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

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

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