Html Css Color HEX #F980B2 Persian Pink

📋 copy color: '#F980B2'

red 249 ◦ green 128 ◦ blue 178

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

Shades of Persian Pink #F980B2

Tints of Persian Pink #F980B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.07%

R = 44.86%
G = 23.06%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F980B2 (or 0xF980B2) is known color: Persian Pink. HEX triplet: F9, 80 and B2. RGB value is (249,128,178). Sum of RGB (Red+Green+Blue) = 249+128+178=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 128 (50.39% from 255 or 23.06% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F980B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F980B2 is #067F4D. Grayscale: #A9A9A9. Windows color (decimal): -425806 or 11698425. OLE color: 11698425.

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

Color convert

RGB 249 128 178 -
CMYK 0 0.49 0.29 0.02
HSL 335.21º 0.91% 0.74% -
HSV(B) 335.21º 0.49% 0.98% -
XYZ 54.82 38.79 46.72 -
YUV 169.88 132.59 184.43 -
System Red Green Blue C M Y K H S L
Decimal 249 128 178 0 0.49 0.29 0.02 335.21 0.91 0.74
Hex F9 80 B2 0 31 1D 2 14F 5B 4A
Octal 371 200 262 0 61 35 2 517 133 112
Binary 11111001 10000000 10110010 0 110001 11101 10 101001111 1011011 1001010

Color Harmonies of #F980B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F980B2

Black with #F980B2

Text Example


Text Example

White with #F980B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F980B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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