Html Css Color HEX #F992E6 Pale Magenta

📋 copy color: '#F992E6'

red 249 ◦ green 146 ◦ blue 230

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

Shades of Pale Magenta #F992E6

Tints of Pale Magenta #F992E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.8%

R = 39.84%
G = 23.36%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F992E6 (or 0xF992E6) is known color: Pale Magenta. HEX triplet: F9, 92 and E6. RGB value is (249,146,230). Sum of RGB (Red+Green+Blue) = 249+146+230=625 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.84% from 625); Green value is 146 (57.42% from 255 or 23.36% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 249 - color contains mainly: red. Hex color #F992E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F992E6 is #066D19. Grayscale: #BABABA. Windows color (decimal): -421146 or 15110905. OLE color: 15110905.

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

Color convert

RGB 249 146 230 -
CMYK 0 0.41 0.08 0.02
HSL 311.07º 0.9% 0.77% -
HSV(B) 311.07º 0.41% 0.98% -
XYZ 63.63 46.41 80.47 -
YUV 186.37 152.62 172.67 -
System Red Green Blue C M Y K H S L
Decimal 249 146 230 0 0.41 0.08 0.02 311.07 0.9 0.77
Hex F9 92 E6 0 29 8 2 137 5A 4D
Octal 371 222 346 0 51 10 2 467 132 115
Binary 11111001 10010010 11100110 0 101001 1000 10 100110111 1011010 1001101

Color Harmonies of #F992E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F992E6

Black with #F992E6

Text Example


Text Example

White with #F992E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F992E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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