Html Css Color HEX #FC7BEF Pale Magenta

📋 copy color: '#FC7BEF'

red 252 ◦ green 123 ◦ blue 239

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

Shades of Pale Magenta #FC7BEF

Tints of Pale Magenta #FC7BEF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.03%

 BLUE value IS 239 (93.75% from 255) = 38.93%

R = 41.04%
G = 20.03%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC7BEF (or 0xFC7BEF) is known color: Pale Magenta. HEX triplet: FC, 7B and EF. RGB value is (252,123,239). Sum of RGB (Red+Green+Blue) = 252+123+239=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 123 (48.44% from 255 or 20.03% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7BEF is #038410. Grayscale: #AEAEAE. Windows color (decimal): -230417 or 15694844. OLE color: 15694844.

HSL color Cylindrical-coordinate representation of color #FC7BEF: hue angle of 306.05º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC7BEF is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 123 239 -
CMYK 0 0.51 0.05 0.01
HSL 306.05º 0.96% 0.74% -
HSV(B) 306.05º 0.51% 0.99% -
XYZ 62.81 41.09 86.28 -
YUV 174.8 164.24 183.07 -
System Red Green Blue C M Y K H S L
Decimal 252 123 239 0 0.51 0.05 0.01 306.05 0.96 0.74
Hex FC 7B EF 0 33 5 1 132 60 4A
Octal 374 173 357 0 63 5 1 462 140 112
Binary 11111100 1111011 11101111 0 110011 101 1 100110010 1100000 1001010

Color Harmonies of #FC7BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7BEF

Black with #FC7BEF

Text Example


Text Example

White with #FC7BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7BEF; }

 p { color: rgb(252,123,239); }

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

background-color css

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

 a { background-color: rgb(252,123,239); }

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

border-color css

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

 span { border-color: rgb(252,123,239); }

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