Html Css Color HEX #FC0BF9 Magenta

📋 copy color: '#FC0BF9'

red 252 ◦ green 11 ◦ blue 249

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

Shades of Magenta #FC0BF9

Tints of Magenta #FC0BF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.63%

R = 49.22%
G = 2.15%
B = 48.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC0BF9 (or 0xFC0BF9) is known color: Magenta. HEX triplet: FC, 0B and F9. RGB value is (252,11,249). Sum of RGB (Red+Green+Blue) = 252+11+249=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 11 (4.69% from 255 or 2.15% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BF9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0BF9 is #03F406. Grayscale: #6D6D6D. Windows color (decimal): -259079 or 16321532. OLE color: 16321532.

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

Color convert

RGB 252 11 249 -
CMYK 0 0.96 0.01 0.01
HSL 300.75º 0.98% 0.52% -
HSV(B) 300.75º 0.96% 0.99% -
XYZ 57.36 27.77 91.96 -
YUV 110.19 206.34 229.15 -
System Red Green Blue C M Y K H S L
Decimal 252 11 249 0 0.96 0.01 0.01 300.75 0.98 0.52
Hex FC B F9 0 60 1 1 12D 62 34
Octal 374 13 371 0 140 1 1 455 142 64
Binary 11111100 1011 11111001 0 1100000 1 1 100101101 1100010 110100

Color Harmonies of #FC0BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0BF9

Black with #FC0BF9

Text Example


Text Example

White with #FC0BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0BF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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