Html Css Color HEX #FC8BF2 Pale Magenta

📋 copy color: '#FC8BF2'

red 252 ◦ green 139 ◦ blue 242

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

Shades of Pale Magenta #FC8BF2

Tints of Pale Magenta #FC8BF2

RGB

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

 GREEN value IS 139 (54.69% from 255) = 21.96%

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

R = 39.81%
G = 21.96%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC8BF2 (or 0xFC8BF2) is known color: Pale Magenta. HEX triplet: FC, 8B and F2. RGB value is (252,139,242). Sum of RGB (Red+Green+Blue) = 252+139+242=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 139 (54.69% from 255 or 21.96% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8BF2 is #03740D. Grayscale: #B8B8B8. Windows color (decimal): -226318 or 15895548. OLE color: 15895548.

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

Color convert

RGB 252 139 242 -
CMYK 0 0.45 0.04 0.01
HSL 305.31º 0.95% 0.77% -
HSV(B) 305.31º 0.45% 0.99% -
XYZ 65.4 45.57 89.35 -
YUV 184.53 160.44 176.12 -
System Red Green Blue C M Y K H S L
Decimal 252 139 242 0 0.45 0.04 0.01 305.31 0.95 0.77
Hex FC 8B F2 0 2D 4 1 131 5F 4D
Octal 374 213 362 0 55 4 1 461 137 115
Binary 11111100 10001011 11110010 0 101101 100 1 100110001 1011111 1001101

Color Harmonies of #FC8BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8BF2

Black with #FC8BF2

Text Example


Text Example

White with #FC8BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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