Html Css Color HEX #F983E4 Pale Magenta

📋 copy color: '#F983E4'

red 249 ◦ green 131 ◦ blue 228

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

Shades of Pale Magenta #F983E4

Tints of Pale Magenta #F983E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.5%

R = 40.95%
G = 21.55%
B = 37.5%

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

#F983E4 (or 0xF983E4) is known color: Pale Magenta. HEX triplet: F9, 83 and E4. RGB value is (249,131,228). Sum of RGB (Red+Green+Blue) = 249+131+228=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 131 (51.56% from 255 or 21.55% from 608); Blue value is 228 (89.45% from 255 or 37.5% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F983E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F983E4 is #067C1B. Grayscale: #B1B1B1. Windows color (decimal): -424988 or 14975993. OLE color: 14975993.

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

Color convert

RGB 249 131 228 -
CMYK 0 0.47 0.08 0.02
HSL 310.68º 0.91% 0.75% -
HSV(B) 310.68º 0.47% 0.98% -
XYZ 61.19 41.97 78.28 -
YUV 177.34 156.59 179.11 -
System Red Green Blue C M Y K H S L
Decimal 249 131 228 0 0.47 0.08 0.02 310.68 0.91 0.75
Hex F9 83 E4 0 2F 8 2 137 5B 4B
Octal 371 203 344 0 57 10 2 467 133 113
Binary 11111001 10000011 11100100 0 101111 1000 10 100110111 1011011 1001011

Color Harmonies of #F983E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F983E4

Black with #F983E4

Text Example


Text Example

White with #F983E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F983E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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