Html Css Color HEX #FC0BE7 Magenta

📋 copy color: '#FC0BE7'

red 252 ◦ green 11 ◦ blue 231

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

Shades of Magenta #FC0BE7

Tints of Magenta #FC0BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.76%

R = 51.01%
G = 2.23%
B = 46.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FC0BE7 (or 0xFC0BE7) is known color: Magenta. HEX triplet: FC, 0B and E7. RGB value is (252,11,231). Sum of RGB (Red+Green+Blue) = 252+11+231=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 11 (4.69% from 255 or 2.23% from 494); Blue value is 231 (90.62% from 255 or 46.76% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0BE7 is #03F418. Grayscale: #6B6B6B. Windows color (decimal): -259097 or 15141884. OLE color: 15141884.

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

Color convert

RGB 252 11 231 -
CMYK 0 0.96 0.08 0.01
HSL 305.23º 0.98% 0.52% -
HSV(B) 305.23º 0.96% 0.99% -
XYZ 54.69 26.7 77.87 -
YUV 108.14 197.34 230.61 -
System Red Green Blue C M Y K H S L
Decimal 252 11 231 0 0.96 0.08 0.01 305.23 0.98 0.52
Hex FC B E7 0 60 8 1 131 62 34
Octal 374 13 347 0 140 10 1 461 142 64
Binary 11111100 1011 11100111 0 1100000 1000 1 100110001 1100010 110100

Color Harmonies of #FC0BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0BE7

Black with #FC0BE7

Text Example


Text Example

White with #FC0BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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