#F98CB7

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

Shades of Persian Pink #F98CB7

Tints of Persian Pink #F98CB7

Color information

#F98CB7 (or 0xF98CB7) is unknown color: approx Persian Pink. HEX triplet: F9, 8C and B7. RGB value is (249,140,183). Sum of RGB (Red+Green+Blue) = 249+140+183=572 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.53% from 572); Green value is 140 (55.08% from 255 or 24.48% from 572); Blue value is 183 (71.88% from 255 or 31.99% from 572); Max value from RGB is 249 - color contains mainly: red. Hex color #F98CB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98CB7 is #067348. Grayscale: #B1B1B1. Windows color (decimal): -422729 or 12029177. OLE color: 12029177.

HSL color Cylindrical-coordinate representation of color #F98CB7: hue angle of 336.33º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F98CB7 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB249140183-
CMYK00.440.270.02
HSL336.33º90.08%76.27%-
HSV(B)336.33º43.78%97.65%-
XYZ56.9942.3149.96-
YUV177.49131.11179-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.53%
GREEN value IS 140 (55.08% from 255) = 24.48%
BLUE value IS 183 (71.88% from 255) = 31.99%
R=43.53%
G=24.48%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914018300.440.270.02336.3390.0876.27
HexF98CB702C1B21505a4c
Octal371214267054332520132114
Binary1111100110001100101101110101100110111010101000010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98CB7; }

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

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

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

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

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

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

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

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