Html Css Color HEX #F98CDF Pale Magenta

📋 copy color: '#F98CDF'

red 249 ◦ green 140 ◦ blue 223

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

Shades of Pale Magenta #F98CDF

Tints of Pale Magenta #F98CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.44%

R = 40.69%
G = 22.88%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F98CDF (or 0xF98CDF) is known color: Pale Magenta. HEX triplet: F9, 8C and DF. RGB value is (249,140,223). Sum of RGB (Red+Green+Blue) = 249+140+223=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 140 (55.08% from 255 or 22.88% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F98CDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98CDF is #067320. Grayscale: #B5B5B5. Windows color (decimal): -422689 or 14650617. OLE color: 14650617.

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

Color convert

RGB 249 140 223 -
CMYK 0 0.44 0.10 0.02
HSL 314.31º 0.9% 0.76% -
HSV(B) 314.31º 0.44% 0.98% -
XYZ 61.76 44.22 75.09 -
YUV 182.05 151.11 175.75 -
System Red Green Blue C M Y K H S L
Decimal 249 140 223 0 0.44 0.10 0.02 314.31 0.9 0.76
Hex F9 8C DF 0 2C A 2 13A 5A 4C
Octal 371 214 337 0 54 12 2 472 132 114
Binary 11111001 10001100 11011111 0 101100 1010 10 100111010 1011010 1001100

Color Harmonies of #F98CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98CDF

Black with #F98CDF

Text Example


Text Example

White with #F98CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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