Html Css Color HEX #FE0FFB Magenta

📋 copy color: '#FE0FFB'

red 254 ◦ green 15 ◦ blue 251

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

Shades of Magenta #FE0FFB

Tints of Magenta #FE0FFB

RGB

 RED value IS 254 (99.61% from 255) = 48.85%

 GREEN value IS 15 (6.25% from 255) = 2.88%

 BLUE value IS 251 (98.44% from 255) = 48.27%

R = 48.85%
G = 2.88%
B = 48.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE0FFB (or 0xFE0FFB) is known color: Magenta. HEX triplet: FE, 0F and FB. RGB value is (254,15,251). Sum of RGB (Red+Green+Blue) = 254+15+251=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 15 (6.25% from 255 or 2.88% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0FFB is #01F004. Grayscale: #707070. Windows color (decimal): -126981 or 16453630. OLE color: 16453630.

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

Color convert

RGB 254 15 251 -
CMYK 0 0.94 0.01 0.00
HSL 300.75º 0.99% 0.53% -
HSV(B) 300.75º 0.94% 1% -
XYZ 58.46 28.38 93.66 -
YUV 113.37 205.68 228.31 -
System Red Green Blue C M Y K H S L
Decimal 254 15 251 0 0.94 0.01 0.00 300.75 0.99 0.53
Hex FE F FB 0 5E 1 0 12D 63 35
Octal 376 17 373 0 136 1 0 455 143 65
Binary 11111110 1111 11111011 0 1011110 1 0 100101101 1100011 110101

Color Harmonies of #FE0FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0FFB

Black with #FE0FFB

Text Example


Text Example

White with #FE0FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0FFB; }

 p { color: rgb(254,15,251); }

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

background-color css

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

 a { background-color: rgb(254,15,251); }

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

border-color css

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

 span { border-color: rgb(254,15,251); }

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