Html Css Color HEX #F986BA Persian Pink

📋 copy color: '#F986BA'

red 249 ◦ green 134 ◦ blue 186

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

Shades of Persian Pink #F986BA

Tints of Persian Pink #F986BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.69%

R = 43.76%
G = 23.55%
B = 32.69%

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

#F986BA (or 0xF986BA) is known color: Persian Pink. HEX triplet: F9, 86 and BA. RGB value is (249,134,186). Sum of RGB (Red+Green+Blue) = 249+134+186=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 134 (52.73% from 255 or 23.55% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F986BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F986BA is #067945. Grayscale: #AEAEAE. Windows color (decimal): -424262 or 12224249. OLE color: 12224249.

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

Color convert

RGB 249 134 186 -
CMYK 0 0.46 0.25 0.02
HSL 332.87º 0.91% 0.75% -
HSV(B) 332.87º 0.46% 0.98% -
XYZ 56.45 40.74 51.34 -
YUV 174.31 134.6 181.27 -
System Red Green Blue C M Y K H S L
Decimal 249 134 186 0 0.46 0.25 0.02 332.87 0.91 0.75
Hex F9 86 BA 0 2E 19 2 14D 5B 4B
Octal 371 206 272 0 56 31 2 515 133 113
Binary 11111001 10000110 10111010 0 101110 11001 10 101001101 1011011 1001011

Color Harmonies of #F986BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F986BA

Black with #F986BA

Text Example


Text Example

White with #F986BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F986BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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