#FF83B8

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

Shades of Persian Pink #FF83B8

Tints of Persian Pink #FF83B8

Color information

#FF83B8 (or 0xFF83B8) is unknown color: approx Persian Pink. HEX triplet: FF, 83 and B8. RGB value is (255,131,184). Sum of RGB (Red+Green+Blue) = 255+131+184=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 131 (51.56% from 255 or 22.98% from 570); Blue value is 184 (72.27% from 255 or 32.28% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83B8 is #007C47. Grayscale: #AEAEAE. Windows color (decimal): -31816 or 12092415. OLE color: 12092415.

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

Color convert

RGB255131184-
CMYK00.490.280
HSL334.35º100%75.69%-
HSV(B)334.35º48.63%100%-
XYZ58.0140.9550.19-
YUV174.12133.58185.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.74%
GREEN value IS 131 (51.56% from 255) = 22.98%
BLUE value IS 184 (72.27% from 255) = 32.28%
R=44.74%
G=22.98%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513118400.490.280334.3510075.69
HexFF83B80311C014e644c
Octal377203270061340516144114
Binary111111111000001110111000011000111100010100111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF83B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF83B8; }

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

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

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

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

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

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

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

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