#F983BA

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

Shades of Persian Pink #F983BA

Tints of Persian Pink #F983BA

Color information

#F983BA (or 0xF983BA) is unknown color: approx Persian Pink. HEX triplet: F9, 83 and BA. RGB value is (249,131,186). Sum of RGB (Red+Green+Blue) = 249+131+186=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F983BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F983BA is #067C45. Grayscale: #ACACAC. Windows color (decimal): -425030 or 12223481. OLE color: 12223481.

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

Color convert

RGB249131186-
CMYK00.470.250.02
HSL332.03º90.77%74.51%-
HSV(B)332.03º47.39%97.65%-
XYZ56.0539.9251.21-
YUV172.55135.59182.53-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.99%
GREEN value IS 131 (51.56% from 255) = 23.14%
BLUE value IS 186 (73.05% from 255) = 32.86%
R=43.99%
G=23.14%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913118600.470.250.02332.0390.7774.51
HexF983BA02F19214c5b4b
Octal371203272057312514133113
Binary1111100110000011101110100101111110011010100110010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F983BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F983BA; }

 p { color: rgb(249,131,186); }

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

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

 a { background-color: rgb(249,131,186); }

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

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

 span { border-color: rgb(249,131,186); }

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