Html Css Color HEX #F993EE Pale Magenta

📋 copy color: '#F993EE'

red 249 ◦ green 147 ◦ blue 238

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

Shades of Pale Magenta #F993EE

Tints of Pale Magenta #F993EE

RGB

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

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

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

R = 39.27%
G = 23.19%
B = 37.54%

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

#F993EE (or 0xF993EE) is known color: Pale Magenta. HEX triplet: F9, 93 and EE. RGB value is (249,147,238). Sum of RGB (Red+Green+Blue) = 249+147+238=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 147 (57.81% from 255 or 23.19% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 249 - color contains mainly: red. Hex color #F993EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F993EE is #066C11. Grayscale: #BBBBBB. Windows color (decimal): -420882 or 15635449. OLE color: 15635449.

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

Color convert

RGB 249 147 238 -
CMYK 0 0.41 0.04 0.02
HSL 306.47º 0.89% 0.78% -
HSV(B) 306.47º 0.41% 0.98% -
XYZ 64.93 47.18 86.57 -
YUV 187.87 156.29 171.6 -
System Red Green Blue C M Y K H S L
Decimal 249 147 238 0 0.41 0.04 0.02 306.47 0.89 0.78
Hex F9 93 EE 0 29 4 2 132 59 4E
Octal 371 223 356 0 51 4 2 462 131 116
Binary 11111001 10010011 11101110 0 101001 100 10 100110010 1011001 1001110

Color Harmonies of #F993EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F993EE

Black with #F993EE

Text Example


Text Example

White with #F993EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F993EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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