Html Css Color HEX #FC7BF0 Pale Magenta

📋 copy color: '#FC7BF0'

red 252 ◦ green 123 ◦ blue 240

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

Shades of Pale Magenta #FC7BF0

Tints of Pale Magenta #FC7BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 39.02%

R = 40.98%
G = 20%
B = 39.02%

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

#FC7BF0 (or 0xFC7BF0) is known color: Pale Magenta. HEX triplet: FC, 7B and F0. RGB value is (252,123,240). Sum of RGB (Red+Green+Blue) = 252+123+240=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 123 (48.44% from 255 or 20% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7BF0 is #03840F. Grayscale: #AEAEAE. Windows color (decimal): -230416 or 15760380. OLE color: 15760380.

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

Color convert

RGB 252 123 240 -
CMYK 0 0.51 0.05 0.01
HSL 305.58º 0.96% 0.74% -
HSV(B) 305.58º 0.51% 0.99% -
XYZ 62.96 41.15 87.06 -
YUV 174.91 164.74 182.99 -
System Red Green Blue C M Y K H S L
Decimal 252 123 240 0 0.51 0.05 0.01 305.58 0.96 0.74
Hex FC 7B F0 0 33 5 1 132 60 4A
Octal 374 173 360 0 63 5 1 462 140 112
Binary 11111100 1111011 11110000 0 110011 101 1 100110010 1100000 1001010

Color Harmonies of #FC7BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7BF0

Black with #FC7BF0

Text Example


Text Example

White with #FC7BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7BF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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