Html Css Color HEX #F993EC Pale Magenta

📋 copy color: '#F993EC'

red 249 ◦ green 147 ◦ blue 236

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

Shades of Pale Magenta #F993EC

Tints of Pale Magenta #F993EC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 23.26%

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

R = 39.4%
G = 23.26%
B = 37.34%

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

#F993EC (or 0xF993EC) is known color: Pale Magenta. HEX triplet: F9, 93 and EC. RGB value is (249,147,236). Sum of RGB (Red+Green+Blue) = 249+147+236=632 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.40% from 632); Green value is 147 (57.81% from 255 or 23.26% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 249 - color contains mainly: red. Hex color #F993EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F993EC is #066C13. Grayscale: #BBBBBB. Windows color (decimal): -420884 or 15504377. OLE color: 15504377.

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

Color convert

RGB 249 147 236 -
CMYK 0 0.41 0.05 0.02
HSL 307.65º 0.89% 0.78% -
HSV(B) 307.65º 0.41% 0.98% -
XYZ 64.64 47.06 85.03 -
YUV 187.64 155.29 171.76 -
System Red Green Blue C M Y K H S L
Decimal 249 147 236 0 0.41 0.05 0.02 307.65 0.89 0.78
Hex F9 93 EC 0 29 5 2 134 59 4E
Octal 371 223 354 0 51 5 2 464 131 116
Binary 11111001 10010011 11101100 0 101001 101 10 100110100 1011001 1001110

Color Harmonies of #F993EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F993EC

Black with #F993EC

Text Example


Text Example

White with #F993EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F993EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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