Html Css Color HEX #FC0BE1 Hot Magenta

📋 copy color: '#FC0BE1'

red 252 ◦ green 11 ◦ blue 225

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

Shades of Hot Magenta #FC0BE1

Tints of Hot Magenta #FC0BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.11%

R = 51.64%
G = 2.25%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FC0BE1 (or 0xFC0BE1) is known color: Hot Magenta. HEX triplet: FC, 0B and E1. RGB value is (252,11,225). Sum of RGB (Red+Green+Blue) = 252+11+225=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 11 (4.69% from 255 or 2.25% from 488); Blue value is 225 (88.28% from 255 or 46.11% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BE1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0BE1 is #03F41E. Grayscale: #6A6A6A. Windows color (decimal): -259103 or 14748668. OLE color: 14748668.

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

Color convert

RGB 252 11 225 -
CMYK 0 0.96 0.11 0.01
HSL 306.72º 0.98% 0.52% -
HSV(B) 306.72º 0.96% 0.99% -
XYZ 53.86 26.37 73.49 -
YUV 107.46 194.34 231.1 -
System Red Green Blue C M Y K H S L
Decimal 252 11 225 0 0.96 0.11 0.01 306.72 0.98 0.52
Hex FC B E1 0 60 B 1 133 62 34
Octal 374 13 341 0 140 13 1 463 142 64
Binary 11111100 1011 11100001 0 1100000 1011 1 100110011 1100010 110100

Color Harmonies of #FC0BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0BE1

Black with #FC0BE1

Text Example


Text Example

White with #FC0BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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