Html Css Color HEX #FC0BFD Magenta

📋 copy color: '#FC0BFD'

red 252 ◦ green 11 ◦ blue 253

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

Shades of Magenta #FC0BFD

Tints of Magenta #FC0BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.03%

R = 48.84%
G = 2.13%
B = 49.03%

CMYK

 C value IS 0.00

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC0BFD (or 0xFC0BFD) is known color: Magenta. HEX triplet: FC, 0B and FD. RGB value is (252,11,253). Sum of RGB (Red+Green+Blue) = 252+11+253=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 11 (4.69% from 255 or 2.13% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC0BFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0BFD is #03F402. Grayscale: #6D6D6D. Windows color (decimal): -259075 or 16583676. OLE color: 16583676.

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

Color convert

RGB 252 11 253 -
CMYK 0.00 0.96 0 0.01
HSL 299.75º 0.98% 0.52% -
HSV(B) 299.75º 0.96% 0.99% -
XYZ 57.99 28.03 95.28 -
YUV 110.65 208.34 228.82 -
System Red Green Blue C M Y K H S L
Decimal 252 11 253 0.00 0.96 0 0.01 299.75 0.98 0.52
Hex FC B FD 0 60 0 1 12C 62 34
Octal 374 13 375 0 140 0 1 454 142 64
Binary 11111100 1011 11111101 0 1100000 0 1 100101100 1100010 110100

Color Harmonies of #FC0BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0BFD

Black with #FC0BFD

Text Example


Text Example

White with #FC0BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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