Html Css Color HEX #F98CDC Pale Magenta

📋 copy color: '#F98CDC'

red 249 ◦ green 140 ◦ blue 220

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

Shades of Pale Magenta #F98CDC

Tints of Pale Magenta #F98CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.99%

 BLUE value IS 220 (86.33% from 255) = 36.12%

R = 40.89%
G = 22.99%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F98CDC (or 0xF98CDC) is known color: Pale Magenta. HEX triplet: F9, 8C and DC. RGB value is (249,140,220). Sum of RGB (Red+Green+Blue) = 249+140+220=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 140 (55.08% from 255 or 22.99% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F98CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98CDC is #067323. Grayscale: #B5B5B5. Windows color (decimal): -422692 or 14454009. OLE color: 14454009.

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

Color convert

RGB 249 140 220 -
CMYK 0 0.44 0.12 0.02
HSL 315.96º 0.9% 0.76% -
HSV(B) 315.96º 0.44% 0.98% -
XYZ 61.36 44.06 72.98 -
YUV 181.71 149.61 176 -
System Red Green Blue C M Y K H S L
Decimal 249 140 220 0 0.44 0.12 0.02 315.96 0.9 0.76
Hex F9 8C DC 0 2C C 2 13C 5A 4C
Octal 371 214 334 0 54 14 2 474 132 114
Binary 11111001 10001100 11011100 0 101100 1100 10 100111100 1011010 1001100

Color Harmonies of #F98CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98CDC

Black with #F98CDC

Text Example


Text Example

White with #F98CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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