#FF83B4

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

Shades of Persian Pink #FF83B4

Tints of Persian Pink #FF83B4

Color information

#FF83B4 (or 0xFF83B4) is unknown color: approx Persian Pink. HEX triplet: FF, 83 and B4. RGB value is (255,131,180). Sum of RGB (Red+Green+Blue) = 255+131+180=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83B4 is #007C4B. Grayscale: #ADADAD. Windows color (decimal): -31820 or 11830271. OLE color: 11830271.

HSL color Cylindrical-coordinate representation of color #FF83B4: hue angle of 336.29º 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 #FF83B4 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB255131180-
CMYK00.490.290
HSL336.29º100%75.69%-
HSV(B)336.29º48.63%100%-
XYZ57.5940.7948.02-
YUV173.66131.58186.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.05%
GREEN value IS 131 (51.56% from 255) = 23.14%
BLUE value IS 180 (70.70% from 255) = 31.80%
R=45.05%
G=23.14%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513118000.490.290336.2910075.69
HexFF83B40311D0150644c
Octal377203264061350520144114
Binary111111111000001110110100011000111101010101000011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF83B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF83B4; }

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

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

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

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

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

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

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

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