Html Css Color HEX #F982B7 Persian Pink

📋 copy color: '#F982B7'

red 249 ◦ green 130 ◦ blue 183

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

Shades of Persian Pink #F982B7

Tints of Persian Pink #F982B7

RGB

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

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

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

R = 44.31%
G = 23.13%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#F982B7 (or 0xF982B7) is known color: Persian Pink. HEX triplet: F9, 82 and B7. RGB value is (249,130,183). Sum of RGB (Red+Green+Blue) = 249+130+183=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 130 (51.17% from 255 or 23.13% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F982B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F982B7 is #067D48. Grayscale: #ABABAB. Windows color (decimal): -425289 or 12026617. OLE color: 12026617.

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

Color convert

RGB 249 130 183 -
CMYK 0 0.48 0.27 0.02
HSL 333.28º 0.91% 0.74% -
HSV(B) 333.28º 0.48% 0.98% -
XYZ 55.6 39.52 49.5 -
YUV 171.62 134.42 183.19 -
System Red Green Blue C M Y K H S L
Decimal 249 130 183 0 0.48 0.27 0.02 333.28 0.91 0.74
Hex F9 82 B7 0 30 1B 2 14D 5B 4A
Octal 371 202 267 0 60 33 2 515 133 112
Binary 11111001 10000010 10110111 0 110000 11011 10 101001101 1011011 1001010

Color Harmonies of #F982B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F982B7

Black with #F982B7

Text Example


Text Example

White with #F982B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F982B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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