Html Css Color HEX #F90BF6 Magenta

📋 copy color: '#F90BF6'

red 249 ◦ green 11 ◦ blue 246

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

Shades of Magenta #F90BF6

Tints of Magenta #F90BF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.62%

R = 49.21%
G = 2.17%
B = 48.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#F90BF6 (or 0xF90BF6) is known color: Magenta. HEX triplet: F9, 0B and F6. RGB value is (249,11,246). Sum of RGB (Red+Green+Blue) = 249+11+246=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 11 (4.69% from 255 or 2.17% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F90BF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90BF6 is #06F409. Grayscale: #6C6C6C. Windows color (decimal): -455690 or 16124921. OLE color: 16124921.

HSL color Cylindrical-coordinate representation of color #F90BF6: hue angle of 300.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 #F90BF6 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 11 246 -
CMYK 0 0.96 0.01 0.02
HSL 300.76º 0.95% 0.51% -
HSV(B) 300.76º 0.96% 0.98% -
XYZ 55.82 27.03 89.46 -
YUV 108.95 205.35 227.89 -
System Red Green Blue C M Y K H S L
Decimal 249 11 246 0 0.96 0.01 0.02 300.76 0.95 0.51
Hex F9 B F6 0 60 1 2 12D 5F 33
Octal 371 13 366 0 140 1 2 455 137 63
Binary 11111001 1011 11110110 0 1100000 1 10 100101101 1011111 110011

Color Harmonies of #F90BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90BF6

Black with #F90BF6

Text Example


Text Example

White with #F90BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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