#ff83b6

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

Shades of Persian Pink #FF83B6

Tints of Persian Pink #FF83B6

Color information

#FF83B6 (or 0xFF83B6) is unknown color: approx Persian Pink. HEX triplet: FF, 83 and B6. RGB value is (255,131,182). Sum of RGB (Red+Green+Blue) = 255+131+182=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 131 (51.56% from 255 or 23.06% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83B6 is #007C49. Grayscale: #ADADAD. Windows color (decimal): -31818 or 11961343. OLE color: 11961343.

HSL color Cylindrical-coordinate representation of color #FF83B6: hue angle of 335.32º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF83B6 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB255131182-
CMYK00.490.290
HSL335.32º100%75.69%-
HSV(B)335.32º48.63%100%-
XYZ57.840.8749.1-
YUV173.89132.58185.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.89%
GREEN value IS 131 (51.56% from 255) = 23.06%
BLUE value IS 182 (71.48% from 255) = 32.04%
R=44.89%
G=23.06%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513118200.490.290335.3210075.69
HexFF83B60311D014f644c
Octal377203266061350517144114
Binary111111111000001110110110011000111101010100111111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff83b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff83b6; }

 p { color: rgb(255,131,182); }

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

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

 a { background-color: rgb(255,131,182); }

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

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

 span { border-color: rgb(255,131,182); }

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