Html Css Color HEX #F993EF Pale Magenta

📋 copy color: '#F993EF'

red 249 ◦ green 147 ◦ blue 239

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

Shades of Pale Magenta #F993EF

Tints of Pale Magenta #F993EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.64%

R = 39.21%
G = 23.15%
B = 37.64%

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

#F993EF (or 0xF993EF) is known color: Pale Magenta. HEX triplet: F9, 93 and EF. RGB value is (249,147,239). Sum of RGB (Red+Green+Blue) = 249+147+239=635 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.21% from 635); Green value is 147 (57.81% from 255 or 23.15% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 249 - color contains mainly: red. Hex color #F993EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F993EF is #066C10. Grayscale: #BBBBBB. Windows color (decimal): -420881 or 15700985. OLE color: 15700985.

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

Color convert

RGB 249 147 239 -
CMYK 0 0.41 0.04 0.02
HSL 305.88º 0.89% 0.78% -
HSV(B) 305.88º 0.41% 0.98% -
XYZ 65.08 47.24 87.35 -
YUV 187.99 156.79 171.52 -
System Red Green Blue C M Y K H S L
Decimal 249 147 239 0 0.41 0.04 0.02 305.88 0.89 0.78
Hex F9 93 EF 0 29 4 2 132 59 4E
Octal 371 223 357 0 51 4 2 462 131 116
Binary 11111001 10010011 11101111 0 101001 100 10 100110010 1011001 1001110

Color Harmonies of #F993EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F993EF

Black with #F993EF

Text Example


Text Example

White with #F993EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F993EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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