Html Css Color HEX #F986B8 Persian Pink

📋 copy color: '#F986B8'

red 249 ◦ green 134 ◦ blue 184

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

Shades of Persian Pink #F986B8

Tints of Persian Pink #F986B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.45%

R = 43.92%
G = 23.63%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F986B8 (or 0xF986B8) is known color: Persian Pink. HEX triplet: F9, 86 and B8. RGB value is (249,134,184). Sum of RGB (Red+Green+Blue) = 249+134+184=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 184 (72.27% from 255 or 32.45% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F986B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F986B8 is #067947. Grayscale: #AEAEAE. Windows color (decimal): -424264 or 12093177. OLE color: 12093177.

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

Color convert

RGB 249 134 184 -
CMYK 0 0.46 0.26 0.02
HSL 333.91º 0.91% 0.75% -
HSV(B) 333.91º 0.46% 0.98% -
XYZ 56.24 40.65 50.23 -
YUV 174.09 133.6 181.43 -
System Red Green Blue C M Y K H S L
Decimal 249 134 184 0 0.46 0.26 0.02 333.91 0.91 0.75
Hex F9 86 B8 0 2E 1A 2 14E 5B 4B
Octal 371 206 270 0 56 32 2 516 133 113
Binary 11111001 10000110 10111000 0 101110 11010 10 101001110 1011011 1001011

Color Harmonies of #F986B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F986B8

Black with #F986B8

Text Example


Text Example

White with #F986B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F986B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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