Html Css Color HEX #F90BEC Magenta

📋 copy color: '#F90BEC'

red 249 ◦ green 11 ◦ blue 236

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

Shades of Magenta #F90BEC

Tints of Magenta #F90BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.58%

R = 50.2%
G = 2.22%
B = 47.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F90BEC (or 0xF90BEC) is known color: Magenta. HEX triplet: F9, 0B and EC. RGB value is (249,11,236). Sum of RGB (Red+Green+Blue) = 249+11+236=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 11 (4.69% from 255 or 2.22% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F90BEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90BEC is #06F413. Grayscale: #6B6B6B. Windows color (decimal): -455700 or 15469561. OLE color: 15469561.

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

Color convert

RGB 249 11 236 -
CMYK 0 0.96 0.05 0.02
HSL 303.28º 0.95% 0.51% -
HSV(B) 303.28º 0.96% 0.98% -
XYZ 54.33 26.44 81.6 -
YUV 107.81 200.35 228.7 -
System Red Green Blue C M Y K H S L
Decimal 249 11 236 0 0.96 0.05 0.02 303.28 0.95 0.51
Hex F9 B EC 0 60 5 2 12F 5F 33
Octal 371 13 354 0 140 5 2 457 137 63
Binary 11111001 1011 11101100 0 1100000 101 10 100101111 1011111 110011

Color Harmonies of #F90BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90BEC

Black with #F90BEC

Text Example


Text Example

White with #F90BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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