Html Css Color HEX #F98CDE Pale Magenta

📋 copy color: '#F98CDE'

red 249 ◦ green 140 ◦ blue 222

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

Shades of Pale Magenta #F98CDE

Tints of Pale Magenta #F98CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.33%

R = 40.75%
G = 22.91%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F98CDE (or 0xF98CDE) is known color: Pale Magenta. HEX triplet: F9, 8C and DE. RGB value is (249,140,222). Sum of RGB (Red+Green+Blue) = 249+140+222=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 140 (55.08% from 255 or 22.91% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 249 - color contains mainly: red. Hex color #F98CDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98CDE is #067321. Grayscale: #B5B5B5. Windows color (decimal): -422690 or 14585081. OLE color: 14585081.

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

Color convert

RGB 249 140 222 -
CMYK 0 0.44 0.11 0.02
HSL 314.86º 0.9% 0.76% -
HSV(B) 314.86º 0.44% 0.98% -
XYZ 61.63 44.17 74.38 -
YUV 181.94 150.61 175.83 -
System Red Green Blue C M Y K H S L
Decimal 249 140 222 0 0.44 0.11 0.02 314.86 0.9 0.76
Hex F9 8C DE 0 2C B 2 13B 5A 4C
Octal 371 214 336 0 54 13 2 473 132 114
Binary 11111001 10001100 11011110 0 101100 1011 10 100111011 1011010 1001100

Color Harmonies of #F98CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98CDE

Black with #F98CDE

Text Example


Text Example

White with #F98CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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