Html Css Color HEX #FC6BE1 Pale Magenta

📋 copy color: '#FC6BE1'

red 252 ◦ green 107 ◦ blue 225

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

Shades of Pale Magenta #FC6BE1

Tints of Pale Magenta #FC6BE1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.32%

 BLUE value IS 225 (88.28% from 255) = 38.53%

R = 43.15%
G = 18.32%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FC6BE1 (or 0xFC6BE1) is known color: Pale Magenta. HEX triplet: FC, 6B and E1. RGB value is (252,107,225). Sum of RGB (Red+Green+Blue) = 252+107+225=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 107 (42.19% from 255 or 18.32% from 584); Blue value is 225 (88.28% from 255 or 38.53% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6BE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6BE1 is #03941E. Grayscale: #A3A3A3. Windows color (decimal): -234527 or 14773244. OLE color: 14773244.

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

Color convert

RGB 252 107 225 -
CMYK 0 0.58 0.11 0.01
HSL 311.17º 0.96% 0.7% -
HSV(B) 311.17º 0.58% 0.99% -
XYZ 58.99 36.65 75.2 -
YUV 163.81 162.54 190.91 -
System Red Green Blue C M Y K H S L
Decimal 252 107 225 0 0.58 0.11 0.01 311.17 0.96 0.7
Hex FC 6B E1 0 3A B 1 137 60 46
Octal 374 153 341 0 72 13 1 467 140 106
Binary 11111100 1101011 11100001 0 111010 1011 1 100110111 1100000 1000110

Color Harmonies of #FC6BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6BE1

Black with #FC6BE1

Text Example


Text Example

White with #FC6BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6BE1; }

 p { color: rgb(252,107,225); }

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

background-color css

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

 a { background-color: rgb(252,107,225); }

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

border-color css

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

 span { border-color: rgb(252,107,225); }

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