Html Css Color HEX #FC0BEC Magenta

📋 copy color: '#FC0BEC'

red 252 ◦ green 11 ◦ blue 236

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

Shades of Magenta #FC0BEC

Tints of Magenta #FC0BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.29%

R = 50.5%
G = 2.2%
B = 47.29%

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

#FC0BEC (or 0xFC0BEC) is known color: Magenta. HEX triplet: FC, 0B and EC. RGB value is (252,11,236). Sum of RGB (Red+Green+Blue) = 252+11+236=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 11 (4.69% from 255 or 2.20% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0BEC is #03F413. Grayscale: #6C6C6C. Windows color (decimal): -259092 or 15469564. OLE color: 15469564.

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

Color convert

RGB 252 11 236 -
CMYK 0 0.96 0.06 0.01
HSL 303.98º 0.98% 0.52% -
HSV(B) 303.98º 0.96% 0.99% -
XYZ 55.4 26.99 81.65 -
YUV 108.71 199.84 230.2 -
System Red Green Blue C M Y K H S L
Decimal 252 11 236 0 0.96 0.06 0.01 303.98 0.98 0.52
Hex FC B EC 0 60 6 1 130 62 34
Octal 374 13 354 0 140 6 1 460 142 64
Binary 11111100 1011 11101100 0 1100000 110 1 100110000 1100010 110100

Color Harmonies of #FC0BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0BEC

Black with #FC0BEC

Text Example


Text Example

White with #FC0BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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