#F982BB

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

Shades of Persian Pink #F982BB

Tints of Persian Pink #F982BB

Color information

#F982BB (or 0xF982BB) is unknown color: approx Persian Pink. HEX triplet: F9, 82 and BB. RGB value is (249,130,187). Sum of RGB (Red+Green+Blue) = 249+130+187=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F982BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F982BB is #067D44. Grayscale: #ABABAB. Windows color (decimal): -425285 or 12288761. OLE color: 12288761.

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

Color convert

RGB249130187-
CMYK00.480.250.02
HSL331.26º90.84%74.31%-
HSV(B)331.26º47.79%97.65%-
XYZ56.0239.6951.72-
YUV172.08136.42182.87-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.99%
GREEN value IS 130 (51.17% from 255) = 22.97%
BLUE value IS 187 (73.44% from 255) = 33.04%
R=43.99%
G=22.97%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913018700.480.250.02331.2690.8474.31
HexF982BB03019214b5b4a
Octal371202273060312513133112
Binary1111100110000010101110110110000110011010100101110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F982BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F982BB; }

 p { color: rgb(249,130,187); }

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

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

 a { background-color: rgb(249,130,187); }

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

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

 span { border-color: rgb(249,130,187); }

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