Html Css Color HEX #F980B7 Persian Pink

📋 copy color: '#F980B7'

red 249 ◦ green 128 ◦ blue 183

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

Shades of Persian Pink #F980B7

Tints of Persian Pink #F980B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.68%

R = 44.46%
G = 22.86%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#F980B7 (or 0xF980B7) is known color: Persian Pink. HEX triplet: F9, 80 and B7. RGB value is (249,128,183). Sum of RGB (Red+Green+Blue) = 249+128+183=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 183 (71.88% from 255 or 32.68% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F980B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F980B7 is #067F48. Grayscale: #AAAAAA. Windows color (decimal): -425801 or 12026105. OLE color: 12026105.

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

Color convert

RGB 249 128 183 -
CMYK 0 0.49 0.27 0.02
HSL 332.73º 0.91% 0.74% -
HSV(B) 332.73º 0.49% 0.98% -
XYZ 55.33 39 49.41 -
YUV 170.45 135.09 184.03 -
System Red Green Blue C M Y K H S L
Decimal 249 128 183 0 0.49 0.27 0.02 332.73 0.91 0.74
Hex F9 80 B7 0 31 1B 2 14D 5B 4A
Octal 371 200 267 0 61 33 2 515 133 112
Binary 11111001 10000000 10110111 0 110001 11011 10 101001101 1011011 1001010

Color Harmonies of #F980B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F980B7

Black with #F980B7

Text Example


Text Example

White with #F980B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F980B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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