Html Css Color HEX #F983EE Pale Magenta

📋 copy color: '#F983EE'

red 249 ◦ green 131 ◦ blue 238

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

Shades of Pale Magenta #F983EE

Tints of Pale Magenta #F983EE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 21.2%

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

R = 40.29%
G = 21.2%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F983EE (or 0xF983EE) is known color: Pale Magenta. HEX triplet: F9, 83 and EE. RGB value is (249,131,238). Sum of RGB (Red+Green+Blue) = 249+131+238=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 131 (51.56% from 255 or 21.20% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 249 - color contains mainly: red. Hex color #F983EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F983EE is #067C11. Grayscale: #B2B2B2. Windows color (decimal): -424978 or 15631353. OLE color: 15631353.

HSL color Cylindrical-coordinate representation of color #F983EE: hue angle of 305.59º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F983EE is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 131 238 -
CMYK 0 0.47 0.04 0.02
HSL 305.59º 0.91% 0.75% -
HSV(B) 305.59º 0.47% 0.98% -
XYZ 62.62 42.55 85.8 -
YUV 178.48 161.59 178.3 -
System Red Green Blue C M Y K H S L
Decimal 249 131 238 0 0.47 0.04 0.02 305.59 0.91 0.75
Hex F9 83 EE 0 2F 4 2 132 5B 4B
Octal 371 203 356 0 57 4 2 462 133 113
Binary 11111001 10000011 11101110 0 101111 100 10 100110010 1011011 1001011

Color Harmonies of #F983EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F983EE

Black with #F983EE

Text Example


Text Example

White with #F983EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F983EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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