Html Css Color HEX #FB15E6 Magenta

📋 copy color: '#FB15E6'

red 251 ◦ green 21 ◦ blue 230

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

Shades of Magenta #FB15E6

Tints of Magenta #FB15E6

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.18%

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

R = 50%
G = 4.18%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FB15E6 (or 0xFB15E6) is known color: Magenta. HEX triplet: FB, 15 and E6. RGB value is (251,21,230). Sum of RGB (Red+Green+Blue) = 251+21+230=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 21 (8.59% from 255 or 4.18% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB15E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB15E6 is #04EA19. Grayscale: #707070. Windows color (decimal): -322074 or 15078907. OLE color: 15078907.

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

Color convert

RGB 251 21 230 -
CMYK 0 0.92 0.08 0.02
HSL 305.48º 0.97% 0.53% -
HSV(B) 305.48º 0.92% 0.98% -
XYZ 54.33 26.76 77.16 -
YUV 113.6 193.7 226.01 -
System Red Green Blue C M Y K H S L
Decimal 251 21 230 0 0.92 0.08 0.02 305.48 0.97 0.53
Hex FB 15 E6 0 5C 8 2 131 61 35
Octal 373 25 346 0 134 10 2 461 141 65
Binary 11111011 10101 11100110 0 1011100 1000 10 100110001 1100001 110101

Color Harmonies of #FB15E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB15E6

Black with #FB15E6

Text Example


Text Example

White with #FB15E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB15E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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