Html Css Color HEX #F983E2 Pale Magenta

📋 copy color: '#F983E2'

red 249 ◦ green 131 ◦ blue 226

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

Shades of Pale Magenta #F983E2

Tints of Pale Magenta #F983E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.29%

R = 41.09%
G = 21.62%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F983E2 (or 0xF983E2) is known color: Pale Magenta. HEX triplet: F9, 83 and E2. RGB value is (249,131,226). Sum of RGB (Red+Green+Blue) = 249+131+226=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 131 (51.56% from 255 or 21.62% from 606); Blue value is 226 (88.67% from 255 or 37.29% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F983E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F983E2 is #067C1D. Grayscale: #B0B0B0. Windows color (decimal): -424990 or 14844921. OLE color: 14844921.

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

Color convert

RGB 249 131 226 -
CMYK 0 0.47 0.09 0.02
HSL 311.69º 0.91% 0.75% -
HSV(B) 311.69º 0.47% 0.98% -
XYZ 60.91 41.86 76.82 -
YUV 177.11 155.59 179.28 -
System Red Green Blue C M Y K H S L
Decimal 249 131 226 0 0.47 0.09 0.02 311.69 0.91 0.75
Hex F9 83 E2 0 2F 9 2 138 5B 4B
Octal 371 203 342 0 57 11 2 470 133 113
Binary 11111001 10000011 11100010 0 101111 1001 10 100111000 1011011 1001011

Color Harmonies of #F983E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F983E2

Black with #F983E2

Text Example


Text Example

White with #F983E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F983E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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