Html Css Color HEX #F994EC Pale Magenta

📋 copy color: '#F994EC'

red 249 ◦ green 148 ◦ blue 236

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

Shades of Pale Magenta #F994EC

Tints of Pale Magenta #F994EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.28%

R = 39.34%
G = 23.38%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F994EC (or 0xF994EC) is known color: Pale Magenta. HEX triplet: F9, 94 and EC. RGB value is (249,148,236). Sum of RGB (Red+Green+Blue) = 249+148+236=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 148 (58.20% from 255 or 23.38% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F994EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F994EC is #066B13. Grayscale: #BBBBBB. Windows color (decimal): -420628 or 15504633. OLE color: 15504633.

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

Color convert

RGB 249 148 236 -
CMYK 0 0.41 0.05 0.02
HSL 307.72º 0.89% 0.78% -
HSV(B) 307.72º 0.41% 0.98% -
XYZ 64.8 47.38 85.09 -
YUV 188.23 154.96 171.34 -
System Red Green Blue C M Y K H S L
Decimal 249 148 236 0 0.41 0.05 0.02 307.72 0.89 0.78
Hex F9 94 EC 0 29 5 2 134 59 4E
Octal 371 224 354 0 51 5 2 464 131 116
Binary 11111001 10010100 11101100 0 101001 101 10 100110100 1011001 1001110

Color Harmonies of #F994EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F994EC

Black with #F994EC

Text Example


Text Example

White with #F994EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F994EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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