Html Css Color HEX #FC7BEA Pale Magenta

📋 copy color: '#FC7BEA'

red 252 ◦ green 123 ◦ blue 234

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

Shades of Pale Magenta #FC7BEA

Tints of Pale Magenta #FC7BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.42%

R = 41.38%
G = 20.2%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FC7BEA (or 0xFC7BEA) is known color: Pale Magenta. HEX triplet: FC, 7B and EA. RGB value is (252,123,234). Sum of RGB (Red+Green+Blue) = 252+123+234=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 123 (48.44% from 255 or 20.20% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7BEA is #038415. Grayscale: #ADADAD. Windows color (decimal): -230422 or 15367164. OLE color: 15367164.

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

Color convert

RGB 252 123 234 -
CMYK 0 0.51 0.07 0.01
HSL 308.37º 0.96% 0.74% -
HSV(B) 308.37º 0.51% 0.99% -
XYZ 62.08 40.8 82.45 -
YUV 174.23 161.74 183.47 -
System Red Green Blue C M Y K H S L
Decimal 252 123 234 0 0.51 0.07 0.01 308.37 0.96 0.74
Hex FC 7B EA 0 33 7 1 134 60 4A
Octal 374 173 352 0 63 7 1 464 140 112
Binary 11111100 1111011 11101010 0 110011 111 1 100110100 1100000 1001010

Color Harmonies of #FC7BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7BEA

Black with #FC7BEA

Text Example


Text Example

White with #FC7BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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