Html Css Color HEX #F983ED Pale Magenta

📋 copy color: '#F983ED'

red 249 ◦ green 131 ◦ blue 237

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

Shades of Pale Magenta #F983ED

Tints of Pale Magenta #F983ED

RGB

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

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

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

R = 40.36%
G = 21.23%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F983ED (or 0xF983ED) is known color: Pale Magenta. HEX triplet: F9, 83 and ED. RGB value is (249,131,237). Sum of RGB (Red+Green+Blue) = 249+131+237=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 131 (51.56% from 255 or 21.23% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F983ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F983ED is #067C12. Grayscale: #B2B2B2. Windows color (decimal): -424979 or 15565817. OLE color: 15565817.

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

Color convert

RGB 249 131 237 -
CMYK 0 0.47 0.05 0.02
HSL 306.1º 0.91% 0.75% -
HSV(B) 306.1º 0.47% 0.98% -
XYZ 62.47 42.49 85.03 -
YUV 178.37 161.09 178.38 -
System Red Green Blue C M Y K H S L
Decimal 249 131 237 0 0.47 0.05 0.02 306.1 0.91 0.75
Hex F9 83 ED 0 2F 5 2 132 5B 4B
Octal 371 203 355 0 57 5 2 462 133 113
Binary 11111001 10000011 11101101 0 101111 101 10 100110010 1011011 1001011

Color Harmonies of #F983ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F983ED

Black with #F983ED

Text Example


Text Example

White with #F983ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F983ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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