#F98FEA

Color #F98FEA Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #F98FEA

Tints of Pale Magenta #F98FEA

Color information

#F98FEA (or 0xF98FEA) is unknown color: approx Pale Magenta. HEX triplet: F9, 8F and EA. RGB value is (249,143,234). Sum of RGB (Red+Green+Blue) = 249+143+234=626 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.78% from 626); Green value is 143 (56.25% from 255 or 22.84% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98FEA is #067015. Grayscale: #B8B8B8. Windows color (decimal): -421910 or 15372281. OLE color: 15372281.

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

Color convert

RGB249143234-
CMYK00.430.060.02
HSL308.49º89.83%76.86%-
HSV(B)308.49º42.57%97.65%-
XYZ63.7445.7383.31-
YUV185.07155.62173.6-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.78%
GREEN value IS 143 (56.25% from 255) = 22.84%
BLUE value IS 234 (91.80% from 255) = 37.38%
R=39.78%
G=22.84%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914323400.430.060.02308.4989.8376.86
HexF98FEA02B621345a4d
Octal37121735205362464132115
Binary11111001100011111110101001010111101010011010010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98FEA; }

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

 H1.HeaderClassName
 {
   color: #F98FEA;
 }
 .AnyTagClassName
 {
   color: #F98FEA;
 }
</style>
background-color css

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

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

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

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

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

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