Html Css Color HEX #F90BEA Magenta

📋 copy color: '#F90BEA'

red 249 ◦ green 11 ◦ blue 234

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

Shades of Magenta #F90BEA

Tints of Magenta #F90BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.37%

R = 50.4%
G = 2.23%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F90BEA (or 0xF90BEA) is known color: Magenta. HEX triplet: F9, 0B and EA. RGB value is (249,11,234). Sum of RGB (Red+Green+Blue) = 249+11+234=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 11 (4.69% from 255 or 2.23% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F90BEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90BEA is #06F415. Grayscale: #6A6A6A. Windows color (decimal): -455702 or 15338489. OLE color: 15338489.

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

Color convert

RGB 249 11 234 -
CMYK 0 0.96 0.06 0.02
HSL 303.78º 0.95% 0.51% -
HSV(B) 303.78º 0.96% 0.98% -
XYZ 54.04 26.32 80.07 -
YUV 107.58 199.35 228.87 -
System Red Green Blue C M Y K H S L
Decimal 249 11 234 0 0.96 0.06 0.02 303.78 0.95 0.51
Hex F9 B EA 0 60 6 2 130 5F 33
Octal 371 13 352 0 140 6 2 460 137 63
Binary 11111001 1011 11101010 0 1100000 110 10 100110000 1011111 110011

Color Harmonies of #F90BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90BEA

Black with #F90BEA

Text Example


Text Example

White with #F90BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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