Html Css Color HEX #F993ED Pale Magenta

📋 copy color: '#F993ED'

red 249 ◦ green 147 ◦ blue 237

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

Shades of Pale Magenta #F993ED

Tints of Pale Magenta #F993ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.44%

R = 39.34%
G = 23.22%
B = 37.44%

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

#F993ED (or 0xF993ED) is known color: Pale Magenta. HEX triplet: F9, 93 and ED. RGB value is (249,147,237). Sum of RGB (Red+Green+Blue) = 249+147+237=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 147 (57.81% from 255 or 23.22% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F993ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F993ED is #066C12. Grayscale: #BBBBBB. Windows color (decimal): -420883 or 15569913. OLE color: 15569913.

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

Color convert

RGB 249 147 237 -
CMYK 0 0.41 0.05 0.02
HSL 307.06º 0.89% 0.78% -
HSV(B) 307.06º 0.41% 0.98% -
XYZ 64.79 47.12 85.8 -
YUV 187.76 155.79 171.68 -
System Red Green Blue C M Y K H S L
Decimal 249 147 237 0 0.41 0.05 0.02 307.06 0.89 0.78
Hex F9 93 ED 0 29 5 2 133 59 4E
Octal 371 223 355 0 51 5 2 463 131 116
Binary 11111001 10010011 11101101 0 101001 101 10 100110011 1011001 1001110

Color Harmonies of #F993ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F993ED

Black with #F993ED

Text Example


Text Example

White with #F993ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F993ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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