Html Css Color HEX #FC87F2 Pale Magenta

📋 copy color: '#FC87F2'

red 252 ◦ green 135 ◦ blue 242

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

Shades of Pale Magenta #FC87F2

Tints of Pale Magenta #FC87F2

RGB

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

 GREEN value IS 135 (53.13% from 255) = 21.46%

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

R = 40.06%
G = 21.46%
B = 38.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC87F2 (or 0xFC87F2) is known color: Pale Magenta. HEX triplet: FC, 87 and F2. RGB value is (252,135,242). Sum of RGB (Red+Green+Blue) = 252+135+242=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 135 (53.12% from 255 or 21.46% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FC87F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC87F2 is #03780D. Grayscale: #B5B5B5. Windows color (decimal): -227342 or 15894524. OLE color: 15894524.

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

Color convert

RGB 252 135 242 -
CMYK 0 0.46 0.04 0.01
HSL 305.13º 0.95% 0.76% -
HSV(B) 305.13º 0.46% 0.99% -
XYZ 64.84 44.43 89.16 -
YUV 182.18 161.76 177.8 -
System Red Green Blue C M Y K H S L
Decimal 252 135 242 0 0.46 0.04 0.01 305.13 0.95 0.76
Hex FC 87 F2 0 2E 4 1 131 5F 4C
Octal 374 207 362 0 56 4 1 461 137 114
Binary 11111100 10000111 11110010 0 101110 100 1 100110001 1011111 1001100

Color Harmonies of #FC87F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC87F2

Black with #FC87F2

Text Example


Text Example

White with #FC87F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC87F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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