Html Css Color HEX #F986BB Persian Pink

📋 copy color: '#F986BB'

red 249 ◦ green 134 ◦ blue 187

#F986BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #F986BB

Tints of Persian Pink #F986BB

RGB

 RED value IS 249 (97.66% from 255) = 43.68%

 GREEN value IS 134 (52.73% from 255) = 23.51%

 BLUE value IS 187 (73.44% from 255) = 32.81%

R = 43.68%
G = 23.51%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F986BB (or 0xF986BB) is known color: Persian Pink. HEX triplet: F9, 86 and BB. RGB value is (249,134,187). Sum of RGB (Red+Green+Blue) = 249+134+187=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 134 (52.73% from 255 or 23.51% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F986BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F986BB is #067944. Grayscale: #AEAEAE. Windows color (decimal): -424261 or 12289785. OLE color: 12289785.

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

Color convert

RGB 249 134 187 -
CMYK 0 0.46 0.25 0.02
HSL 332.35º 0.91% 0.75% -
HSV(B) 332.35º 0.46% 0.98% -
XYZ 56.56 40.78 51.9 -
YUV 174.43 135.1 181.19 -
System Red Green Blue C M Y K H S L
Decimal 249 134 187 0 0.46 0.25 0.02 332.35 0.91 0.75
Hex F9 86 BB 0 2E 19 2 14C 5B 4B
Octal 371 206 273 0 56 31 2 514 133 113
Binary 11111001 10000110 10111011 0 101110 11001 10 101001100 1011011 1001011

Color Harmonies of #F986BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F986BB

Black with #F986BB

Text Example


Text Example

White with #F986BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F986BB; }

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

 H1.HeaderClassName
 {
   color: #F986BB;
 }
 .AnyTagClassName
 {
   color: #F986BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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