Html Css Color HEX #F982BC Persian Pink

📋 copy color: '#F982BC'

red 249 ◦ green 130 ◦ blue 188

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

Shades of Persian Pink #F982BC

Tints of Persian Pink #F982BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.16%

R = 43.92%
G = 22.93%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F982BC (or 0xF982BC) is known color: Persian Pink. HEX triplet: F9, 82 and BC. RGB value is (249,130,188). Sum of RGB (Red+Green+Blue) = 249+130+188=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F982BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F982BC is #067D43. Grayscale: #ACACAC. Windows color (decimal): -425284 or 12354297. OLE color: 12354297.

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

Color convert

RGB 249 130 188 -
CMYK 0 0.48 0.24 0.02
HSL 330.76º 0.91% 0.74% -
HSV(B) 330.76º 0.48% 0.98% -
XYZ 56.13 39.74 52.29 -
YUV 172.19 136.92 182.78 -
System Red Green Blue C M Y K H S L
Decimal 249 130 188 0 0.48 0.24 0.02 330.76 0.91 0.74
Hex F9 82 BC 0 30 18 2 14B 5B 4A
Octal 371 202 274 0 60 30 2 513 133 112
Binary 11111001 10000010 10111100 0 110000 11000 10 101001011 1011011 1001010

Color Harmonies of #F982BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F982BC

Black with #F982BC

Text Example


Text Example

White with #F982BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F982BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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