#F982B4

Color #F982B4 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #F982B4

Tints of Persian Pink #F982B4

Color information

#F982B4 (or 0xF982B4) is unknown color: approx 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

RGB249130180-
CMYK00.480.280.02
HSL334.79º90.84%74.31%-
HSV(B)334.79º47.79%97.65%-
XYZ55.2939.447.87-
YUV171.28132.92183.43-

RGB Variations

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

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.70% from 255) = 32.20%
R=44.54%
G=23.26%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913018000.480.280.02334.7990.8474.31
HexF982B40301C214f5b4a
Octal371202264060342517133112
Binary1111100110000010101101000110000111001010100111110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F982B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>