Html Css Color HEX #F992EB Pale Magenta

📋 copy color: '#F992EB'

red 249 ◦ green 146 ◦ blue 235

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

Shades of Pale Magenta #F992EB

Tints of Pale Magenta #F992EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.3%

R = 39.52%
G = 23.17%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F992EB (or 0xF992EB) is known color: Pale Magenta. HEX triplet: F9, 92 and EB. RGB value is (249,146,235). Sum of RGB (Red+Green+Blue) = 249+146+235=630 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.52% from 630); Green value is 146 (57.42% from 255 or 23.17% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 249 - color contains mainly: red. Hex color #F992EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F992EB is #066D14. Grayscale: #BABABA. Windows color (decimal): -421141 or 15438585. OLE color: 15438585.

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

Color convert

RGB 249 146 235 -
CMYK 0 0.41 0.06 0.02
HSL 308.16º 0.9% 0.77% -
HSV(B) 308.16º 0.41% 0.98% -
XYZ 64.34 46.7 84.22 -
YUV 186.94 155.12 172.26 -
System Red Green Blue C M Y K H S L
Decimal 249 146 235 0 0.41 0.06 0.02 308.16 0.9 0.77
Hex F9 92 EB 0 29 6 2 134 5A 4D
Octal 371 222 353 0 51 6 2 464 132 115
Binary 11111001 10010010 11101011 0 101001 110 10 100110100 1011010 1001101

Color Harmonies of #F992EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F992EB

Black with #F992EB

Text Example


Text Example

White with #F992EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F992EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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