Html Css Color HEX #F90BFE Magenta

📋 copy color: '#F90BFE'

red 249 ◦ green 11 ◦ blue 254

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

Shades of Magenta #F90BFE

Tints of Magenta #F90BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.42%

R = 48.44%
G = 2.14%
B = 49.42%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F90BFE (or 0xF90BFE) is known color: Magenta. HEX triplet: F9, 0B and FE. RGB value is (249,11,254). Sum of RGB (Red+Green+Blue) = 249+11+254=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 11 (4.69% from 255 or 2.14% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #F90BFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90BFE is #06F401. Grayscale: #6D6D6D. Windows color (decimal): -455682 or 16649209. OLE color: 16649209.

HSL color Cylindrical-coordinate representation of color #F90BFE: hue angle of 298.77º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90BFE is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 249 11 254 -
CMYK 0.02 0.96 0 0.00
HSL 298.77º 0.99% 0.52% -
HSV(B) 298.77º 0.96% 1% -
XYZ 57.08 27.53 96.07 -
YUV 109.86 209.35 227.24 -
System Red Green Blue C M Y K H S L
Decimal 249 11 254 0.02 0.96 0 0.00 298.77 0.99 0.52
Hex F9 B FE 2 60 0 0 12B 63 34
Octal 371 13 376 2 140 0 0 453 143 64
Binary 11111001 1011 11111110 10 1100000 0 0 100101011 1100011 110100

Color Harmonies of #F90BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90BFE

Black with #F90BFE

Text Example


Text Example

White with #F90BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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