#F984BA

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

Shades of Persian Pink #F984BA

Tints of Persian Pink #F984BA

Color information

#F984BA (or 0xF984BA) is unknown color: approx Persian Pink. HEX triplet: F9, 84 and BA. RGB value is (249,132,186). Sum of RGB (Red+Green+Blue) = 249+132+186=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F984BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F984BA is #067B45. Grayscale: #ADADAD. Windows color (decimal): -424774 or 12223737. OLE color: 12223737.

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

Color convert

RGB249132186-
CMYK00.470.250.02
HSL332.31º90.7%74.71%-
HSV(B)332.31º46.99%97.65%-
XYZ56.1840.1951.25-
YUV173.14135.26182.11-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.92%
GREEN value IS 132 (51.95% from 255) = 23.28%
BLUE value IS 186 (73.05% from 255) = 32.80%
R=43.92%
G=23.28%
B=32.80%

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
Decimal24913218600.470.250.02332.3190.774.71
HexF984BA02F19214c5b4b
Octal371204272057312514133113
Binary1111100110000100101110100101111110011010100110010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F984BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F984BA; }

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

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

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

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

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

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

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

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