Html Css Color HEX #F983E5 Pale Magenta

📋 copy color: '#F983E5'

red 249 ◦ green 131 ◦ blue 229

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

Shades of Pale Magenta #F983E5

Tints of Pale Magenta #F983E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.6%

R = 40.89%
G = 21.51%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F983E5 (or 0xF983E5) is known color: Pale Magenta. HEX triplet: F9, 83 and E5. RGB value is (249,131,229). Sum of RGB (Red+Green+Blue) = 249+131+229=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 131 (51.56% from 255 or 21.51% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F983E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F983E5 is #067C1A. Grayscale: #B1B1B1. Windows color (decimal): -424987 or 15041529. OLE color: 15041529.

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

Color convert

RGB 249 131 229 -
CMYK 0 0.47 0.08 0.02
HSL 310.17º 0.91% 0.75% -
HSV(B) 310.17º 0.47% 0.98% -
XYZ 61.33 42.03 79.01 -
YUV 177.45 157.09 179.03 -
System Red Green Blue C M Y K H S L
Decimal 249 131 229 0 0.47 0.08 0.02 310.17 0.91 0.75
Hex F9 83 E5 0 2F 8 2 136 5B 4B
Octal 371 203 345 0 57 10 2 466 133 113
Binary 11111001 10000011 11100101 0 101111 1000 10 100110110 1011011 1001011

Color Harmonies of #F983E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F983E5

Black with #F983E5

Text Example


Text Example

White with #F983E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F983E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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