Html Css Color HEX #FB18ED Magenta

📋 copy color: '#FB18ED'

red 251 ◦ green 24 ◦ blue 237

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

Shades of Magenta #FB18ED

Tints of Magenta #FB18ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.29%

R = 49.02%
G = 4.69%
B = 46.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FB18ED (or 0xFB18ED) is known color: Magenta. HEX triplet: FB, 18 and ED. RGB value is (251,24,237). Sum of RGB (Red+Green+Blue) = 251+24+237=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 24 (9.77% from 255 or 4.69% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB18ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB18ED is #04E712. Grayscale: #737373. Windows color (decimal): -321299 or 15538427. OLE color: 15538427.

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

Color convert

RGB 251 24 237 -
CMYK 0 0.90 0.06 0.02
HSL 303.7º 0.97% 0.54% -
HSV(B) 303.7º 0.9% 0.98% -
XYZ 55.4 27.28 82.47 -
YUV 116.16 196.21 224.18 -
System Red Green Blue C M Y K H S L
Decimal 251 24 237 0 0.90 0.06 0.02 303.7 0.97 0.54
Hex FB 18 ED 0 5A 6 2 130 61 36
Octal 373 30 355 0 132 6 2 460 141 66
Binary 11111011 11000 11101101 0 1011010 110 10 100110000 1100001 110110

Color Harmonies of #FB18ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB18ED

Black with #FB18ED

Text Example


Text Example

White with #FB18ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB18ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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