Html Css Color HEX #FB10E6 Magenta

📋 copy color: '#FB10E6'

red 251 ◦ green 16 ◦ blue 230

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

Shades of Magenta #FB10E6

Tints of Magenta #FB10E6

RGB

 RED value IS 251 (98.44% from 255) = 50.5%

 GREEN value IS 16 (6.64% from 255) = 3.22%

 BLUE value IS 230 (90.23% from 255) = 46.28%

R = 50.5%
G = 3.22%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FB10E6 (or 0xFB10E6) is known color: Magenta. HEX triplet: FB, 10 and E6. RGB value is (251,16,230). Sum of RGB (Red+Green+Blue) = 251+16+230=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 16 (6.64% from 255 or 3.22% from 497); Blue value is 230 (90.23% from 255 or 46.28% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB10E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB10E6 is #04EF19. Grayscale: #6E6E6E. Windows color (decimal): -323354 or 15077627. OLE color: 15077627.

HSL color Cylindrical-coordinate representation of color #FB10E6: hue angle of 305.36º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB10E6 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 16 230 -
CMYK 0 0.94 0.08 0.02
HSL 305.36º 0.97% 0.52% -
HSV(B) 305.36º 0.94% 0.98% -
XYZ 54.25 26.59 77.14 -
YUV 110.66 195.36 228.1 -
System Red Green Blue C M Y K H S L
Decimal 251 16 230 0 0.94 0.08 0.02 305.36 0.97 0.52
Hex FB 10 E6 0 5E 8 2 131 61 34
Octal 373 20 346 0 136 10 2 461 141 64
Binary 11111011 10000 11100110 0 1011110 1000 10 100110001 1100001 110100

Color Harmonies of #FB10E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB10E6

Black with #FB10E6

Text Example


Text Example

White with #FB10E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB10E6; }

 p { color: rgb(251,16,230); }

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

background-color css

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

 a { background-color: rgb(251,16,230); }

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

border-color css

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

 span { border-color: rgb(251,16,230); }

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