Html Css Color HEX #FC0BF4 Magenta

📋 copy color: '#FC0BF4'

red 252 ◦ green 11 ◦ blue 244

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

Shades of Magenta #FC0BF4

Tints of Magenta #FC0BF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 48.13%

R = 49.7%
G = 2.17%
B = 48.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FC0BF4 (or 0xFC0BF4) is known color: Magenta. HEX triplet: FC, 0B and F4. RGB value is (252,11,244). Sum of RGB (Red+Green+Blue) = 252+11+244=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 11 (4.69% from 255 or 2.17% from 507); Blue value is 244 (95.70% from 255 or 48.13% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BF4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0BF4 is #03F40B. Grayscale: #6C6C6C. Windows color (decimal): -259084 or 15993852. OLE color: 15993852.

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

Color convert

RGB 252 11 244 -
CMYK 0 0.96 0.03 0.01
HSL 301.99º 0.98% 0.52% -
HSV(B) 301.99º 0.96% 0.99% -
XYZ 56.59 27.47 87.91 -
YUV 109.62 203.84 229.55 -
System Red Green Blue C M Y K H S L
Decimal 252 11 244 0 0.96 0.03 0.01 301.99 0.98 0.52
Hex FC B F4 0 60 3 1 12E 62 34
Octal 374 13 364 0 140 3 1 456 142 64
Binary 11111100 1011 11110100 0 1100000 11 1 100101110 1100010 110100

Color Harmonies of #FC0BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0BF4

Black with #FC0BF4

Text Example


Text Example

White with #FC0BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0BF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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