Html Css Color HEX #FB15F0 Magenta

📋 copy color: '#FB15F0'

red 251 ◦ green 21 ◦ blue 240

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

Shades of Magenta #FB15F0

Tints of Magenta #FB15F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.88%

R = 49.02%
G = 4.1%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB15F0 (or 0xFB15F0) is known color: Magenta. HEX triplet: FB, 15 and F0. RGB value is (251,21,240). Sum of RGB (Red+Green+Blue) = 251+21+240=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 21 (8.59% from 255 or 4.10% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB15F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB15F0 is #04EA0F. Grayscale: #727272. Windows color (decimal): -322064 or 15734267. OLE color: 15734267.

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

Color convert

RGB 251 21 240 -
CMYK 0 0.92 0.04 0.02
HSL 302.87º 0.97% 0.53% -
HSV(B) 302.87º 0.92% 0.98% -
XYZ 55.78 27.34 84.77 -
YUV 114.74 198.7 225.19 -
System Red Green Blue C M Y K H S L
Decimal 251 21 240 0 0.92 0.04 0.02 302.87 0.97 0.53
Hex FB 15 F0 0 5C 4 2 12F 61 35
Octal 373 25 360 0 134 4 2 457 141 65
Binary 11111011 10101 11110000 0 1011100 100 10 100101111 1100001 110101

Color Harmonies of #FB15F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB15F0

Black with #FB15F0

Text Example


Text Example

White with #FB15F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB15F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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