Html Css Color HEX #F994EE Pale Magenta

📋 copy color: '#F994EE'

red 249 ◦ green 148 ◦ blue 238

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

Shades of Pale Magenta #F994EE

Tints of Pale Magenta #F994EE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.31%

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

R = 39.21%
G = 23.31%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F994EE (or 0xF994EE) is known color: Pale Magenta. HEX triplet: F9, 94 and EE. RGB value is (249,148,238). Sum of RGB (Red+Green+Blue) = 249+148+238=635 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.21% from 635); Green value is 148 (58.20% from 255 or 23.31% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 249 - color contains mainly: red. Hex color #F994EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F994EE is #066B11. Grayscale: #BCBCBC. Windows color (decimal): -420626 or 15635705. OLE color: 15635705.

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

Color convert

RGB 249 148 238 -
CMYK 0 0.41 0.04 0.02
HSL 306.53º 0.89% 0.78% -
HSV(B) 306.53º 0.41% 0.98% -
XYZ 65.09 47.49 86.63 -
YUV 188.46 155.96 171.18 -
System Red Green Blue C M Y K H S L
Decimal 249 148 238 0 0.41 0.04 0.02 306.53 0.89 0.78
Hex F9 94 EE 0 29 4 2 133 59 4E
Octal 371 224 356 0 51 4 2 463 131 116
Binary 11111001 10010100 11101110 0 101001 100 10 100110011 1011001 1001110

Color Harmonies of #F994EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F994EE

Black with #F994EE

Text Example


Text Example

White with #F994EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F994EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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