Html Css Color HEX #F92EFB Magenta

📋 copy color: '#F92EFB'

red 249 ◦ green 46 ◦ blue 251

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

Shades of Magenta #F92EFB

Tints of Magenta #F92EFB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.42%

 BLUE value IS 251 (98.44% from 255) = 45.97%

R = 45.6%
G = 8.42%
B = 45.97%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F92EFB (or 0xF92EFB) is known color: Magenta. HEX triplet: F9, 2E and FB. RGB value is (249,46,251). Sum of RGB (Red+Green+Blue) = 249+46+251=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 46 (18.36% from 255 or 8.42% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #F92EFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F92EFB is #06D104. Grayscale: #818181. Windows color (decimal): -446725 or 16461561. OLE color: 16461561.

HSL color Cylindrical-coordinate representation of color #F92EFB: hue angle of 299.41º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92EFB is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 46 251 -
CMYK 0.01 0.82 0 0.02
HSL 299.41º 0.96% 0.58% -
HSV(B) 299.41º 0.82% 0.98% -
XYZ 57.46 29.06 93.85 -
YUV 130.07 196.25 212.83 -
System Red Green Blue C M Y K H S L
Decimal 249 46 251 0.01 0.82 0 0.02 299.41 0.96 0.58
Hex F9 2E FB 1 52 0 2 12B 60 3A
Octal 371 56 373 1 122 0 2 453 140 72
Binary 11111001 101110 11111011 1 1010010 0 10 100101011 1100000 111010

Color Harmonies of #F92EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92EFB

Black with #F92EFB

Text Example


Text Example

White with #F92EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92EFB; }

 p { color: rgb(249,46,251); }

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

background-color css

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

 a { background-color: rgb(249,46,251); }

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

border-color css

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

 span { border-color: rgb(249,46,251); }

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