Html Css Color HEX #FF0BEB Magenta

📋 copy color: '#FF0BEB'

red 255 ◦ green 11 ◦ blue 235

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

Shades of Magenta #FF0BEB

Tints of Magenta #FF0BEB

RGB

 RED value IS 255 (100% from 255) = 50.9%

 GREEN value IS 11 (4.69% from 255) = 2.2%

 BLUE value IS 235 (92.19% from 255) = 46.91%

R = 50.9%
G = 2.2%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF0BEB (or 0xFF0BEB) is known color: Magenta. HEX triplet: FF, 0B and EB. RGB value is (255,11,235). Sum of RGB (Red+Green+Blue) = 255+11+235=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 11 (4.69% from 255 or 2.20% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0BEB is #00F414. Grayscale: #6C6C6C. Windows color (decimal): -62485 or 15404031. OLE color: 15404031.

HSL color Cylindrical-coordinate representation of color #FF0BEB: hue angle of 304.92º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0BEB is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 255 11 235 -
CMYK 0 0.96 0.08 0
HSL 304.92º 1% 0.52% -
HSV(B) 304.92º 0.96% 1% -
XYZ 56.36 27.5 80.93 -
YUV 109.49 198.84 231.79 -
System Red Green Blue C M Y K H S L
Decimal 255 11 235 0 0.96 0.08 0 304.92 1 0.52
Hex FF B EB 0 60 8 0 131 64 34
Octal 377 13 353 0 140 10 0 461 144 64
Binary 11111111 1011 11101011 0 1100000 1000 0 100110001 1100100 110100

Color Harmonies of #FF0BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0BEB

Black with #FF0BEB

Text Example


Text Example

White with #FF0BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0BEB; }

 p { color: rgb(255,11,235); }

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

background-color css

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

 a { background-color: rgb(255,11,235); }

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

border-color css

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

 span { border-color: rgb(255,11,235); }

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