#FA83BD

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

Shades of Persian Pink #FA83BD

Tints of Persian Pink #FA83BD

Color information

#FA83BD (or 0xFA83BD) is unknown color: approx Persian Pink. HEX triplet: FA, 83 and BD. RGB value is (250,131,189). Sum of RGB (Red+Green+Blue) = 250+131+189=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 131 (51.56% from 255 or 22.98% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA83BD is #057C42. Grayscale: #ADADAD. Windows color (decimal): -359491 or 12420090. OLE color: 12420090.

HSL color Cylindrical-coordinate representation of color #FA83BD: hue angle of 330.76º 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 #FA83BD is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB250131189-
CMYK00.480.240.02
HSL330.76º92.25%74.71%-
HSV(B)330.76º47.6%98.04%-
XYZ56.7340.2352.92-
YUV173.19136.92182.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.86%
GREEN value IS 131 (51.56% from 255) = 22.98%
BLUE value IS 189 (74.22% from 255) = 33.16%
R=43.86%
G=22.98%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013118900.480.240.02330.7692.2574.71
HexFA83BD03018214b5c4b
Octal372203275060302513134113
Binary1111101010000011101111010110000110001010100101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA83BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA83BD; }

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

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

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

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

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

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

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

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