Html Css Color HEX #F984EA Pale Magenta

📋 copy color: '#F984EA'

red 249 ◦ green 132 ◦ blue 234

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

Shades of Pale Magenta #F984EA

Tints of Pale Magenta #F984EA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 21.46%

 BLUE value IS 234 (91.8% from 255) = 38.05%

R = 40.49%
G = 21.46%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F984EA (or 0xF984EA) is known color: Pale Magenta. HEX triplet: F9, 84 and EA. RGB value is (249,132,234). Sum of RGB (Red+Green+Blue) = 249+132+234=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 132 (51.95% from 255 or 21.46% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 249 - color contains mainly: red. Hex color #F984EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F984EA is #067B15. Grayscale: #B2B2B2. Windows color (decimal): -424726 or 15369465. OLE color: 15369465.

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

Color convert

RGB 249 132 234 -
CMYK 0 0.47 0.06 0.02
HSL 307.69º 0.91% 0.75% -
HSV(B) 307.69º 0.47% 0.98% -
XYZ 62.17 42.58 82.78 -
YUV 178.61 159.26 178.21 -
System Red Green Blue C M Y K H S L
Decimal 249 132 234 0 0.47 0.06 0.02 307.69 0.91 0.75
Hex F9 84 EA 0 2F 6 2 134 5B 4B
Octal 371 204 352 0 57 6 2 464 133 113
Binary 11111001 10000100 11101010 0 101111 110 10 100110100 1011011 1001011

Color Harmonies of #F984EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F984EA

Black with #F984EA

Text Example


Text Example

White with #F984EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F984EA; }

 p { color: rgb(249,132,234); }

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

background-color css

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

 a { background-color: rgb(249,132,234); }

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

border-color css

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

 span { border-color: rgb(249,132,234); }

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