#F983BE

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

Shades of Persian Pink #F983BE

Tints of Persian Pink #F983BE

Color information

#F983BE (or 0xF983BE) is unknown color: approx Persian Pink. HEX triplet: F9, 83 and BE. RGB value is (249,131,190). Sum of RGB (Red+Green+Blue) = 249+131+190=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 131 (51.56% from 255 or 22.98% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F983BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F983BE is #067C41. Grayscale: #ACACAC. Windows color (decimal): -425026 or 12485625. OLE color: 12485625.

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

Color convert

RGB249131190-
CMYK00.470.240.02
HSL330º90.77%74.51%-
HSV(B)330º47.39%97.65%-
XYZ56.4840.0953.48-
YUV173.01137.59182.2-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.68%
GREEN value IS 131 (51.56% from 255) = 22.98%
BLUE value IS 190 (74.61% from 255) = 33.33%
R=43.68%
G=22.98%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913119000.470.240.0233090.7774.51
HexF983BE02F18214a5b4b
Octal371203276057302512133113
Binary1111100110000011101111100101111110001010100101010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F983BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F983BE; }

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

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

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

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

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

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

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

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