Html Css Color HEX #FC8CF2 Pale Magenta

📋 copy color: '#FC8CF2'

red 252 ◦ green 140 ◦ blue 242

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

Shades of Pale Magenta #FC8CF2

Tints of Pale Magenta #FC8CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.17%

R = 39.75%
G = 22.08%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC8CF2 (or 0xFC8CF2) is known color: Pale Magenta. HEX triplet: FC, 8C and F2. RGB value is (252,140,242). Sum of RGB (Red+Green+Blue) = 252+140+242=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 140 (55.08% from 255 or 22.08% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8CF2 is #03730D. Grayscale: #B8B8B8. Windows color (decimal): -226062 or 15895804. OLE color: 15895804.

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

Color convert

RGB 252 140 242 -
CMYK 0 0.44 0.04 0.01
HSL 305.36º 0.95% 0.77% -
HSV(B) 305.36º 0.44% 0.99% -
XYZ 65.55 45.86 89.4 -
YUV 185.12 160.11 175.71 -
System Red Green Blue C M Y K H S L
Decimal 252 140 242 0 0.44 0.04 0.01 305.36 0.95 0.77
Hex FC 8C F2 0 2C 4 1 131 5F 4D
Octal 374 214 362 0 54 4 1 461 137 115
Binary 11111100 10001100 11110010 0 101100 100 1 100110001 1011111 1001101

Color Harmonies of #FC8CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8CF2

Black with #FC8CF2

Text Example


Text Example

White with #FC8CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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