#FA83B8

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

Shades of Persian Pink #FA83B8

Tints of Persian Pink #FA83B8

Color information

#FA83B8 (or 0xFA83B8) is unknown color: approx Persian Pink. HEX triplet: FA, 83 and B8. RGB value is (250,131,184). Sum of RGB (Red+Green+Blue) = 250+131+184=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 131 (51.56% from 255 or 23.19% from 565); Blue value is 184 (72.27% from 255 or 32.57% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA83B8 is #057C47. Grayscale: #ACACAC. Windows color (decimal): -359496 or 12092410. OLE color: 12092410.

HSL color Cylindrical-coordinate representation of color #FA83B8: hue angle of 333.28º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA83B8 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB250131184-
CMYK00.480.260.02
HSL333.28º92.25%74.71%-
HSV(B)333.28º47.6%98.04%-
XYZ56.1940.0250.11-
YUV172.62134.42183.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.25%
GREEN value IS 131 (51.56% from 255) = 23.19%
BLUE value IS 184 (72.27% from 255) = 32.57%
R=44.25%
G=23.19%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013118400.480.260.02333.2892.2574.71
HexFA83B80301A214d5c4b
Octal372203270060322515134113
Binary1111101010000011101110000110000110101010100110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA83B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA83B8; }

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

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

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

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

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

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

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

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