Html Css Color HEX #F980BB Persian Pink

📋 copy color: '#F980BB'

red 249 ◦ green 128 ◦ blue 187

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

Shades of Persian Pink #F980BB

Tints of Persian Pink #F980BB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.7%

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

R = 44.15%
G = 22.7%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F980BB (or 0xF980BB) is known color: Persian Pink. HEX triplet: F9, 80 and BB. RGB value is (249,128,187). Sum of RGB (Red+Green+Blue) = 249+128+187=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F980BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F980BB is #067F44. Grayscale: #AAAAAA. Windows color (decimal): -425797 or 12288249. OLE color: 12288249.

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

Color convert

RGB 249 128 187 -
CMYK 0 0.49 0.25 0.02
HSL 330.74º 0.91% 0.74% -
HSV(B) 330.74º 0.49% 0.98% -
XYZ 55.76 39.17 51.63 -
YUV 170.91 137.09 183.7 -
System Red Green Blue C M Y K H S L
Decimal 249 128 187 0 0.49 0.25 0.02 330.74 0.91 0.74
Hex F9 80 BB 0 31 19 2 14B 5B 4A
Octal 371 200 273 0 61 31 2 513 133 112
Binary 11111001 10000000 10111011 0 110001 11001 10 101001011 1011011 1001010

Color Harmonies of #F980BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F980BB

Black with #F980BB

Text Example


Text Example

White with #F980BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F980BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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