Html Css Color HEX #F98FEE Pale Magenta

📋 copy color: '#F98FEE'

red 249 ◦ green 143 ◦ blue 238

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

Shades of Pale Magenta #F98FEE

Tints of Pale Magenta #F98FEE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 22.7%

 BLUE value IS 238 (93.36% from 255) = 37.78%

R = 39.52%
G = 22.7%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F98FEE (or 0xF98FEE) is known color: Pale Magenta. HEX triplet: F9, 8F and EE. RGB value is (249,143,238). Sum of RGB (Red+Green+Blue) = 249+143+238=630 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.52% from 630); Green value is 143 (56.25% from 255 or 22.70% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98FEE is #067011. Grayscale: #B9B9B9. Windows color (decimal): -421906 or 15634425. OLE color: 15634425.

HSL color Cylindrical-coordinate representation of color #F98FEE: hue angle of 306.23º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F98FEE is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 143 238 -
CMYK 0 0.43 0.04 0.02
HSL 306.23º 0.9% 0.77% -
HSV(B) 306.23º 0.43% 0.98% -
XYZ 64.32 45.96 86.37 -
YUV 185.52 157.62 173.28 -
System Red Green Blue C M Y K H S L
Decimal 249 143 238 0 0.43 0.04 0.02 306.23 0.9 0.77
Hex F9 8F EE 0 2B 4 2 132 5A 4D
Octal 371 217 356 0 53 4 2 462 132 115
Binary 11111001 10001111 11101110 0 101011 100 10 100110010 1011010 1001101

Color Harmonies of #F98FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98FEE

Black with #F98FEE

Text Example


Text Example

White with #F98FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98FEE; }

 p { color: rgb(249,143,238); }

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

background-color css

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

 a { background-color: rgb(249,143,238); }

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

border-color css

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

 span { border-color: rgb(249,143,238); }

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