Html Css Color HEX #F982BB Persian Pink

📋 copy color: '#F982BB'

red 249 ◦ green 130 ◦ blue 187

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

Shades of Persian Pink #F982BB

Tints of Persian Pink #F982BB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.97%

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

R = 43.99%
G = 22.97%
B = 33.04%

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

#F982BB (or 0xF982BB) is known color: Persian Pink. HEX triplet: F9, 82 and BB. RGB value is (249,130,187). Sum of RGB (Red+Green+Blue) = 249+130+187=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F982BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F982BB is #067D44. Grayscale: #ABABAB. Windows color (decimal): -425285 or 12288761. OLE color: 12288761.

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

Color convert

RGB 249 130 187 -
CMYK 0 0.48 0.25 0.02
HSL 331.26º 0.91% 0.74% -
HSV(B) 331.26º 0.48% 0.98% -
XYZ 56.02 39.69 51.72 -
YUV 172.08 136.42 182.87 -
System Red Green Blue C M Y K H S L
Decimal 249 130 187 0 0.48 0.25 0.02 331.26 0.91 0.74
Hex F9 82 BB 0 30 19 2 14B 5B 4A
Octal 371 202 273 0 60 31 2 513 133 112
Binary 11111001 10000010 10111011 0 110000 11001 10 101001011 1011011 1001010

Color Harmonies of #F982BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F982BB

Black with #F982BB

Text Example


Text Example

White with #F982BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F982BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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