Html Css Color HEX #F992E3 Pale Magenta

📋 copy color: '#F992E3'

red 249 ◦ green 146 ◦ blue 227

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

Shades of Pale Magenta #F992E3

Tints of Pale Magenta #F992E3

RGB

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

 GREEN value IS 146 (57.42% from 255) = 23.47%

 BLUE value IS 227 (89.06% from 255) = 36.5%

R = 40.03%
G = 23.47%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F992E3 (or 0xF992E3) is known color: Pale Magenta. HEX triplet: F9, 92 and E3. RGB value is (249,146,227). Sum of RGB (Red+Green+Blue) = 249+146+227=622 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.03% from 622); Green value is 146 (57.42% from 255 or 23.47% from 622); Blue value is 227 (89.06% from 255 or 36.50% from 622); Max value from RGB is 249 - color contains mainly: red. Hex color #F992E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F992E3 is #066D1C. Grayscale: #B9B9B9. Windows color (decimal): -421149 or 14914297. OLE color: 14914297.

HSL color Cylindrical-coordinate representation of color #F992E3: hue angle of 312.82º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F992E3 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 146 227 -
CMYK 0 0.41 0.09 0.02
HSL 312.82º 0.9% 0.77% -
HSV(B) 312.82º 0.41% 0.98% -
XYZ 63.21 46.24 78.27 -
YUV 186.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 249 146 227 0 0.41 0.09 0.02 312.82 0.9 0.77
Hex F9 92 E3 0 29 9 2 139 5A 4D
Octal 371 222 343 0 51 11 2 471 132 115
Binary 11111001 10010010 11100011 0 101001 1001 10 100111001 1011010 1001101

Color Harmonies of #F992E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F992E3

Black with #F992E3

Text Example


Text Example

White with #F992E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F992E3; }

 p { color: rgb(249,146,227); }

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

background-color css

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

 a { background-color: rgb(249,146,227); }

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

border-color css

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

 span { border-color: rgb(249,146,227); }

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