Html Css Color HEX #FC0BEB Magenta

📋 copy color: '#FC0BEB'

red 252 ◦ green 11 ◦ blue 235

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

Shades of Magenta #FC0BEB

Tints of Magenta #FC0BEB

RGB

 RED value IS 252 (98.83% from 255) = 50.6%

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

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

R = 50.6%
G = 2.21%
B = 47.19%

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

#FC0BEB (or 0xFC0BEB) is known color: Magenta. HEX triplet: FC, 0B and EB. RGB value is (252,11,235). Sum of RGB (Red+Green+Blue) = 252+11+235=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 11 (4.69% from 255 or 2.21% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0BEB is #03F414. Grayscale: #6B6B6B. Windows color (decimal): -259093 or 15404028. OLE color: 15404028.

HSL color Cylindrical-coordinate representation of color #FC0BEB: hue angle of 304.23º 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 #FC0BEB is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 11 235 -
CMYK 0 0.96 0.07 0.01
HSL 304.23º 0.98% 0.52% -
HSV(B) 304.23º 0.96% 0.99% -
XYZ 55.26 26.93 80.88 -
YUV 108.6 199.34 230.29 -
System Red Green Blue C M Y K H S L
Decimal 252 11 235 0 0.96 0.07 0.01 304.23 0.98 0.52
Hex FC B EB 0 60 7 1 130 62 34
Octal 374 13 353 0 140 7 1 460 142 64
Binary 11111100 1011 11101011 0 1100000 111 1 100110000 1100010 110100

Color Harmonies of #FC0BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0BEB

Black with #FC0BEB

Text Example


Text Example

White with #FC0BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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