Html Css Color HEX #FB18FC Magenta

📋 copy color: '#FB18FC'

red 251 ◦ green 24 ◦ blue 252

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

Shades of Magenta #FB18FC

Tints of Magenta #FB18FC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.55%

 BLUE value IS 252 (98.83% from 255) = 47.82%

R = 47.63%
G = 4.55%
B = 47.82%

CMYK

 C value IS 0.00

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FB18FC (or 0xFB18FC) is known color: Magenta. HEX triplet: FB, 18 and FC. RGB value is (251,24,252). Sum of RGB (Red+Green+Blue) = 251+24+252=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 24 (9.77% from 255 or 4.55% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #FB18FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB18FC is #04E703. Grayscale: #757575. Windows color (decimal): -321284 or 16521467. OLE color: 16521467.

HSL color Cylindrical-coordinate representation of color #FB18FC: hue angle of 299.74º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB18FC is Cyan = 0.00, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 251 24 252 -
CMYK 0.00 0.90 0 0.01
HSL 299.74º 0.97% 0.54% -
HSV(B) 299.74º 0.9% 0.99% -
XYZ 57.68 28.19 94.5 -
YUV 117.87 203.71 222.96 -
System Red Green Blue C M Y K H S L
Decimal 251 24 252 0.00 0.90 0 0.01 299.74 0.97 0.54
Hex FB 18 FC 0 5A 0 1 12C 61 36
Octal 373 30 374 0 132 0 1 454 141 66
Binary 11111011 11000 11111100 0 1011010 0 1 100101100 1100001 110110

Color Harmonies of #FB18FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB18FC

Black with #FB18FC

Text Example


Text Example

White with #FB18FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB18FC; }

 p { color: rgb(251,24,252); }

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

background-color css

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

 a { background-color: rgb(251,24,252); }

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

border-color css

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

 span { border-color: rgb(251,24,252); }

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