Html Css Color HEX #FC0BEE Magenta

📋 copy color: '#FC0BEE'

red 252 ◦ green 11 ◦ blue 238

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

Shades of Magenta #FC0BEE

Tints of Magenta #FC0BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.5%

R = 50.3%
G = 2.2%
B = 47.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC0BEE (or 0xFC0BEE) is known color: Magenta. HEX triplet: FC, 0B and EE. RGB value is (252,11,238). Sum of RGB (Red+Green+Blue) = 252+11+238=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 11 (4.69% from 255 or 2.20% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0BEE is #03F411. Grayscale: #6C6C6C. Windows color (decimal): -259090 or 15600636. OLE color: 15600636.

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

Color convert

RGB 252 11 238 -
CMYK 0 0.96 0.06 0.01
HSL 303.49º 0.98% 0.52% -
HSV(B) 303.49º 0.96% 0.99% -
XYZ 55.7 27.11 83.19 -
YUV 108.94 200.84 230.04 -
System Red Green Blue C M Y K H S L
Decimal 252 11 238 0 0.96 0.06 0.01 303.49 0.98 0.52
Hex FC B EE 0 60 6 1 12F 62 34
Octal 374 13 356 0 140 6 1 457 142 64
Binary 11111100 1011 11101110 0 1100000 110 1 100101111 1100010 110100

Color Harmonies of #FC0BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0BEE

Black with #FC0BEE

Text Example


Text Example

White with #FC0BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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