Html Css Color HEX #F98CE7 Pale Magenta

📋 copy color: '#F98CE7'

red 249 ◦ green 140 ◦ blue 231

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

Shades of Pale Magenta #F98CE7

Tints of Pale Magenta #F98CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.26%

R = 40.16%
G = 22.58%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#F98CE7 (or 0xF98CE7) is known color: Pale Magenta. HEX triplet: F9, 8C and E7. RGB value is (249,140,231). Sum of RGB (Red+Green+Blue) = 249+140+231=620 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.16% from 620); Green value is 140 (55.08% from 255 or 22.58% from 620); Blue value is 231 (90.62% from 255 or 37.26% from 620); Max value from RGB is 249 - color contains mainly: red. Hex color #F98CE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98CE7 is #067318. Grayscale: #B6B6B6. Windows color (decimal): -422681 or 15174905. OLE color: 15174905.

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

Color convert

RGB 249 140 231 -
CMYK 0 0.44 0.07 0.02
HSL 309.91º 0.9% 0.76% -
HSV(B) 309.91º 0.44% 0.98% -
XYZ 62.87 44.67 80.91 -
YUV 182.97 155.11 175.1 -
System Red Green Blue C M Y K H S L
Decimal 249 140 231 0 0.44 0.07 0.02 309.91 0.9 0.76
Hex F9 8C E7 0 2C 7 2 136 5A 4C
Octal 371 214 347 0 54 7 2 466 132 114
Binary 11111001 10001100 11100111 0 101100 111 10 100110110 1011010 1001100

Color Harmonies of #F98CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98CE7

Black with #F98CE7

Text Example


Text Example

White with #F98CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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