#F985B4

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

Shades of Persian Pink #F985B4

Tints of Persian Pink #F985B4

Color information

#F985B4 (or 0xF985B4) is unknown color: approx Persian Pink. HEX triplet: F9, 85 and B4. RGB value is (249,133,180). Sum of RGB (Red+Green+Blue) = 249+133+180=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 180 (70.70% from 255 or 32.03% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F985B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F985B4 is #067A4B. Grayscale: #ACACAC. Windows color (decimal): -424524 or 11830777. OLE color: 11830777.

HSL color Cylindrical-coordinate representation of color #F985B4: hue angle of 335.69º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F985B4 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB249133180-
CMYK00.470.280.02
HSL335.69º90.62%74.9%-
HSV(B)335.69º46.59%97.65%-
XYZ55.6940.2148.01-
YUV173.04131.93182.18-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.31%
GREEN value IS 133 (52.34% from 255) = 23.67%
BLUE value IS 180 (70.70% from 255) = 32.03%
R=44.31%
G=23.67%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913318000.470.280.02335.6990.6274.9
HexF985B402F1C21505b4b
Octal371205264057342520133113
Binary1111100110000101101101000101111111001010101000010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F985B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F985B4; }

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

 H1.HeaderClassName
 {
   color: #F985B4;
 }
 .AnyTagClassName
 {
   color: #F985B4;
 }
</style>
background-color css

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

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

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

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

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

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