Html Css Color HEX #FC8CF0 Pale Magenta

📋 copy color: '#FC8CF0'

red 252 ◦ green 140 ◦ blue 240

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

Shades of Pale Magenta #FC8CF0

Tints of Pale Magenta #FC8CF0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.15%

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

R = 39.87%
G = 22.15%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC8CF0 (or 0xFC8CF0) is known color: Pale Magenta. HEX triplet: FC, 8C and F0. RGB value is (252,140,240). Sum of RGB (Red+Green+Blue) = 252+140+240=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 140 (55.08% from 255 or 22.15% from 632); Blue value is 240 (94.14% from 255 or 37.97% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8CF0 is #03730F. Grayscale: #B8B8B8. Windows color (decimal): -226064 or 15764732. OLE color: 15764732.

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

Color convert

RGB 252 140 240 -
CMYK 0 0.44 0.05 0.01
HSL 306.43º 0.95% 0.77% -
HSV(B) 306.43º 0.44% 0.99% -
XYZ 65.25 45.74 87.83 -
YUV 184.89 159.11 175.87 -
System Red Green Blue C M Y K H S L
Decimal 252 140 240 0 0.44 0.05 0.01 306.43 0.95 0.77
Hex FC 8C F0 0 2C 5 1 132 5F 4D
Octal 374 214 360 0 54 5 1 462 137 115
Binary 11111100 10001100 11110000 0 101100 101 1 100110010 1011111 1001101

Color Harmonies of #FC8CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8CF0

Black with #FC8CF0

Text Example


Text Example

White with #FC8CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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