Html Css Color HEX #F986B4 Persian Pink

📋 copy color: '#F986B4'

red 249 ◦ green 134 ◦ blue 180

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

Shades of Persian Pink #F986B4

Tints of Persian Pink #F986B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.97%

R = 44.23%
G = 23.8%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#F986B4 (or 0xF986B4) is known color: Persian Pink. HEX triplet: F9, 86 and B4. RGB value is (249,134,180). Sum of RGB (Red+Green+Blue) = 249+134+180=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 134 (52.73% from 255 or 23.80% from 563); Blue value is 180 (70.70% from 255 or 31.97% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F986B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F986B4 is #06794B. Grayscale: #ADADAD. Windows color (decimal): -424268 or 11831033. OLE color: 11831033.

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

Color convert

RGB 249 134 180 -
CMYK 0 0.46 0.28 0.02
HSL 336º 0.91% 0.75% -
HSV(B) 336º 0.46% 0.98% -
XYZ 55.83 40.49 48.05 -
YUV 173.63 131.6 181.76 -
System Red Green Blue C M Y K H S L
Decimal 249 134 180 0 0.46 0.28 0.02 336 0.91 0.75
Hex F9 86 B4 0 2E 1C 2 150 5B 4B
Octal 371 206 264 0 56 34 2 520 133 113
Binary 11111001 10000110 10110100 0 101110 11100 10 101010000 1011011 1001011

Color Harmonies of #F986B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F986B4

Black with #F986B4

Text Example


Text Example

White with #F986B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F986B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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