Html Css Color HEX #F981BA Persian Pink

📋 copy color: '#F981BA'

red 249 ◦ green 129 ◦ blue 186

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

Shades of Persian Pink #F981BA

Tints of Persian Pink #F981BA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.87%

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

R = 44.15%
G = 22.87%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F981BA (or 0xF981BA) is known color: Persian Pink. HEX triplet: F9, 81 and BA. RGB value is (249,129,186). Sum of RGB (Red+Green+Blue) = 249+129+186=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F981BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F981BA is #067E45. Grayscale: #ABABAB. Windows color (decimal): -425542 or 12222969. OLE color: 12222969.

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

Color convert

RGB 249 129 186 -
CMYK 0 0.48 0.25 0.02
HSL 331.5º 0.91% 0.74% -
HSV(B) 331.5º 0.48% 0.98% -
XYZ 55.78 39.39 51.12 -
YUV 171.38 136.26 183.37 -
System Red Green Blue C M Y K H S L
Decimal 249 129 186 0 0.48 0.25 0.02 331.5 0.91 0.74
Hex F9 81 BA 0 30 19 2 14C 5B 4A
Octal 371 201 272 0 60 31 2 514 133 112
Binary 11111001 10000001 10111010 0 110000 11001 10 101001100 1011011 1001010

Color Harmonies of #F981BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F981BA

Black with #F981BA

Text Example


Text Example

White with #F981BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F981BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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