Html Css Color HEX #F982B4 Persian Pink

📋 copy color: '#F982B4'

red 249 ◦ green 130 ◦ blue 180

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

Shades of Persian Pink #F982B4

Tints of Persian Pink #F982B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.2%

R = 44.54%
G = 23.26%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#F982B4 (or 0xF982B4) is known color: Persian Pink. HEX triplet: F9, 82 and B4. RGB value is (249,130,180). Sum of RGB (Red+Green+Blue) = 249+130+180=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F982B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F982B4 is #067D4B. Grayscale: #ABABAB. Windows color (decimal): -425292 or 11830009. OLE color: 11830009.

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

Color convert

RGB 249 130 180 -
CMYK 0 0.48 0.28 0.02
HSL 334.79º 0.91% 0.74% -
HSV(B) 334.79º 0.48% 0.98% -
XYZ 55.29 39.4 47.87 -
YUV 171.28 132.92 183.43 -
System Red Green Blue C M Y K H S L
Decimal 249 130 180 0 0.48 0.28 0.02 334.79 0.91 0.74
Hex F9 82 B4 0 30 1C 2 14F 5B 4A
Octal 371 202 264 0 60 34 2 517 133 112
Binary 11111001 10000010 10110100 0 110000 11100 10 101001111 1011011 1001010

Color Harmonies of #F982B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F982B4

Black with #F982B4

Text Example


Text Example

White with #F982B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F982B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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