Html Css Color HEX #FB15FA Magenta

📋 copy color: '#FB15FA'

red 251 ◦ green 21 ◦ blue 250

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

Shades of Magenta #FB15FA

Tints of Magenta #FB15FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.89%

R = 48.08%
G = 4.02%
B = 47.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FB15FA (or 0xFB15FA) is known color: Magenta. HEX triplet: FB, 15 and FA. RGB value is (251,21,250). Sum of RGB (Red+Green+Blue) = 251+21+250=522 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.08% from 522); Green value is 21 (8.59% from 255 or 4.02% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 251 - color contains mainly: red. Hex color #FB15FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB15FA is #04EA05. Grayscale: #737373. Windows color (decimal): -322054 or 16389627. OLE color: 16389627.

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

Color convert

RGB 251 21 250 -
CMYK 0 0.92 0.00 0.02
HSL 300.26º 0.97% 0.53% -
HSV(B) 300.26º 0.92% 0.98% -
XYZ 57.31 27.95 92.82 -
YUV 115.88 203.7 224.38 -
System Red Green Blue C M Y K H S L
Decimal 251 21 250 0 0.92 0.00 0.02 300.26 0.97 0.53
Hex FB 15 FA 0 5C 0 2 12C 61 35
Octal 373 25 372 0 134 0 2 454 141 65
Binary 11111011 10101 11111010 0 1011100 0 10 100101100 1100001 110101

Color Harmonies of #FB15FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB15FA

Black with #FB15FA

Text Example


Text Example

White with #FB15FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB15FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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