Html Css Color HEX #FB12ED Magenta

📋 copy color: '#FB12ED'

red 251 ◦ green 18 ◦ blue 237

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

Shades of Magenta #FB12ED

Tints of Magenta #FB12ED

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.56%

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

R = 49.6%
G = 3.56%
B = 46.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FB12ED (or 0xFB12ED) is known color: Magenta. HEX triplet: FB, 12 and ED. RGB value is (251,18,237). Sum of RGB (Red+Green+Blue) = 251+18+237=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 18 (7.42% from 255 or 3.56% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FB12ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB12ED is #04ED12. Grayscale: #6F6F6F. Windows color (decimal): -322835 or 15536891. OLE color: 15536891.

HSL color Cylindrical-coordinate representation of color #FB12ED: hue angle of 303.61º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB12ED is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 18 237 -
CMYK 0 0.93 0.06 0.02
HSL 303.61º 0.97% 0.53% -
HSV(B) 303.61º 0.93% 0.98% -
XYZ 55.29 27.06 82.43 -
YUV 112.63 198.19 226.69 -
System Red Green Blue C M Y K H S L
Decimal 251 18 237 0 0.93 0.06 0.02 303.61 0.97 0.53
Hex FB 12 ED 0 5D 6 2 130 61 35
Octal 373 22 355 0 135 6 2 460 141 65
Binary 11111011 10010 11101101 0 1011101 110 10 100110000 1100001 110101

Color Harmonies of #FB12ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB12ED

Black with #FB12ED

Text Example


Text Example

White with #FB12ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB12ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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