Html Css Color HEX #FB18FA Magenta

📋 copy color: '#FB18FA'

red 251 ◦ green 24 ◦ blue 250

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

Shades of Magenta #FB18FA

Tints of Magenta #FB18FA

RGB

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

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

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

R = 47.81%
G = 4.57%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FB18FA (or 0xFB18FA) is known color: Magenta. HEX triplet: FB, 18 and FA. RGB value is (251,24,250). Sum of RGB (Red+Green+Blue) = 251+24+250=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 24 (9.77% from 255 or 4.57% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FB18FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB18FA is #04E705. Grayscale: #747474. Windows color (decimal): -321286 or 16390395. OLE color: 16390395.

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

Color convert

RGB 251 24 250 -
CMYK 0 0.90 0.00 0.02
HSL 300.26º 0.97% 0.54% -
HSV(B) 300.26º 0.9% 0.98% -
XYZ 57.37 28.06 92.84 -
YUV 117.64 202.71 223.12 -
System Red Green Blue C M Y K H S L
Decimal 251 24 250 0 0.90 0.00 0.02 300.26 0.97 0.54
Hex FB 18 FA 0 5A 0 2 12C 61 36
Octal 373 30 372 0 132 0 2 454 141 66
Binary 11111011 11000 11111010 0 1011010 0 10 100101100 1100001 110110

Color Harmonies of #FB18FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB18FA

Black with #FB18FA

Text Example


Text Example

White with #FB18FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB18FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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