Html Css Color HEX #FB0EFD Magenta

📋 copy color: '#FB0EFD'

red 251 ◦ green 14 ◦ blue 253

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

Shades of Magenta #FB0EFD

Tints of Magenta #FB0EFD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.7%

 BLUE value IS 253 (99.22% from 255) = 48.84%

R = 48.46%
G = 2.7%
B = 48.84%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FB0EFD (or 0xFB0EFD) is known color: Magenta. HEX triplet: FB, 0E and FD. RGB value is (251,14,253). Sum of RGB (Red+Green+Blue) = 251+14+253=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 14 (5.86% from 255 or 2.70% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #FB0EFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0EFD is #04F102. Grayscale: #6F6F6F. Windows color (decimal): -323843 or 16584443. OLE color: 16584443.

HSL color Cylindrical-coordinate representation of color #FB0EFD: hue angle of 299.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB0EFD is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 251 14 253 -
CMYK 0.01 0.94 0 0.01
HSL 299.5º 0.98% 0.52% -
HSV(B) 299.5º 0.94% 0.99% -
XYZ 57.67 27.92 95.28 -
YUV 112.11 207.52 227.07 -
System Red Green Blue C M Y K H S L
Decimal 251 14 253 0.01 0.94 0 0.01 299.5 0.98 0.52
Hex FB E FD 1 5E 0 1 12B 62 34
Octal 373 16 375 1 136 0 1 453 142 64
Binary 11111011 1110 11111101 1 1011110 0 1 100101011 1100010 110100

Color Harmonies of #FB0EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0EFD

Black with #FB0EFD

Text Example


Text Example

White with #FB0EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0EFD; }

 p { color: rgb(251,14,253); }

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

background-color css

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

 a { background-color: rgb(251,14,253); }

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

border-color css

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

 span { border-color: rgb(251,14,253); }

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