#F98CDA

Color #F98CDA Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #F98CDA

Tints of Pale Magenta #F98CDA

Color information

#F98CDA (or 0xF98CDA) is unknown color: approx Pale Magenta. HEX triplet: F9, 8C and DA. RGB value is (249,140,218). Sum of RGB (Red+Green+Blue) = 249+140+218=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 140 (55.08% from 255 or 23.06% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F98CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98CDA is #067325. Grayscale: #B5B5B5. Windows color (decimal): -422694 or 14322937. OLE color: 14322937.

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

Color convert

RGB249140218-
CMYK00.440.120.02
HSL317.06º90.08%76.27%-
HSV(B)317.06º43.78%97.65%-
XYZ61.143.9671.59-
YUV181.48148.61176.16-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.02%
GREEN value IS 140 (55.08% from 255) = 23.06%
BLUE value IS 218 (85.55% from 255) = 35.91%
R=41.02%
G=23.06%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914021800.440.120.02317.0690.0876.27
HexF98CDA02CC213d5a4c
Octal371214332054142475132114
Binary111110011000110011011010010110011001010011110110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98CDA; }

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

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

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

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

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

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

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

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