Html Css Color HEX #F90BF2 Magenta

📋 copy color: '#F90BF2'

red 249 ◦ green 11 ◦ blue 242

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

Shades of Magenta #F90BF2

Tints of Magenta #F90BF2

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.19%

 BLUE value IS 242 (94.92% from 255) = 48.21%

R = 49.6%
G = 2.19%
B = 48.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F90BF2 (or 0xF90BF2) is known color: Magenta. HEX triplet: F9, 0B and F2. RGB value is (249,11,242). Sum of RGB (Red+Green+Blue) = 249+11+242=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 11 (4.69% from 255 or 2.19% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F90BF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90BF2 is #06F40D. Grayscale: #6B6B6B. Windows color (decimal): -455694 or 15862777. OLE color: 15862777.

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

Color convert

RGB 249 11 242 -
CMYK 0 0.96 0.03 0.02
HSL 301.76º 0.95% 0.51% -
HSV(B) 301.76º 0.96% 0.98% -
XYZ 55.21 26.79 86.27 -
YUV 108.5 203.35 228.22 -
System Red Green Blue C M Y K H S L
Decimal 249 11 242 0 0.96 0.03 0.02 301.76 0.95 0.51
Hex F9 B F2 0 60 3 2 12E 5F 33
Octal 371 13 362 0 140 3 2 456 137 63
Binary 11111001 1011 11110010 0 1100000 11 10 100101110 1011111 110011

Color Harmonies of #F90BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90BF2

Black with #F90BF2

Text Example


Text Example

White with #F90BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90BF2; }

 p { color: rgb(249,11,242); }

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

background-color css

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

 a { background-color: rgb(249,11,242); }

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

border-color css

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

 span { border-color: rgb(249,11,242); }

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