Html Css Color HEX #FD0BEB Magenta

📋 copy color: '#FD0BEB'

red 253 ◦ green 11 ◦ blue 235

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

Shades of Magenta #FD0BEB

Tints of Magenta #FD0BEB

RGB

 RED value IS 253 (99.22% from 255) = 50.7%

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

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

R = 50.7%
G = 2.2%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FD0BEB (or 0xFD0BEB) is known color: Magenta. HEX triplet: FD, 0B and EB. RGB value is (253,11,235). Sum of RGB (Red+Green+Blue) = 253+11+235=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 11 (4.69% from 255 or 2.20% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0BEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0BEB is #02F414. Grayscale: #6C6C6C. Windows color (decimal): -193557 or 15404029. OLE color: 15404029.

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

Color convert

RGB 253 11 235 -
CMYK 0 0.96 0.07 0.01
HSL 304.46º 0.98% 0.52% -
HSV(B) 304.46º 0.96% 0.99% -
XYZ 55.62 27.12 80.9 -
YUV 108.89 199.17 230.79 -
System Red Green Blue C M Y K H S L
Decimal 253 11 235 0 0.96 0.07 0.01 304.46 0.98 0.52
Hex FD B EB 0 60 7 1 130 62 34
Octal 375 13 353 0 140 7 1 460 142 64
Binary 11111101 1011 11101011 0 1100000 111 1 100110000 1100010 110100

Color Harmonies of #FD0BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0BEB

Black with #FD0BEB

Text Example


Text Example

White with #FD0BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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