Html Css Color HEX #F90BFA Magenta

📋 copy color: '#F90BFA'

red 249 ◦ green 11 ◦ blue 250

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

Shades of Magenta #F90BFA

Tints of Magenta #F90BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.02%

R = 48.82%
G = 2.16%
B = 49.02%

CMYK

 C value IS 0.00

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F90BFA (or 0xF90BFA) is known color: Magenta. HEX triplet: F9, 0B and FA. RGB value is (249,11,250). Sum of RGB (Red+Green+Blue) = 249+11+250=510 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.82% from 510); Green value is 11 (4.69% from 255 or 2.16% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #F90BFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90BFA is #06F405. Grayscale: #6C6C6C. Windows color (decimal): -455686 or 16387065. OLE color: 16387065.

HSL color Cylindrical-coordinate representation of color #F90BFA: hue angle of 299.75º degrees, saturation: 0.96, 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 #F90BFA is Cyan = 0.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 11 250 -
CMYK 0.00 0.96 0 0.02
HSL 299.75º 0.96% 0.51% -
HSV(B) 299.75º 0.96% 0.98% -
XYZ 56.44 27.28 92.73 -
YUV 109.41 207.35 227.57 -
System Red Green Blue C M Y K H S L
Decimal 249 11 250 0.00 0.96 0 0.02 299.75 0.96 0.51
Hex F9 B FA 0 60 0 2 12C 60 33
Octal 371 13 372 0 140 0 2 454 140 63
Binary 11111001 1011 11111010 0 1100000 0 10 100101100 1100000 110011

Color Harmonies of #F90BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90BFA

Black with #F90BFA

Text Example


Text Example

White with #F90BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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