Html Css Color HEX #FC80F2 Pale Magenta

📋 copy color: '#FC80F2'

red 252 ◦ green 128 ◦ blue 242

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

Shades of Pale Magenta #FC80F2

Tints of Pale Magenta #FC80F2

RGB

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

 GREEN value IS 128 (50.39% from 255) = 20.58%

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

R = 40.51%
G = 20.58%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC80F2 (or 0xFC80F2) is known color: Pale Magenta. HEX triplet: FC, 80 and F2. RGB value is (252,128,242). Sum of RGB (Red+Green+Blue) = 252+128+242=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 128 (50.39% from 255 or 20.58% from 622); Blue value is 242 (94.92% from 255 or 38.91% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC80F2 is #037F0D. Grayscale: #B1B1B1. Windows color (decimal): -229134 or 15892732. OLE color: 15892732.

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

Color convert

RGB 252 128 242 -
CMYK 0 0.49 0.04 0.01
HSL 304.84º 0.95% 0.75% -
HSV(B) 304.84º 0.49% 0.99% -
XYZ 63.89 42.54 88.85 -
YUV 178.07 164.08 180.73 -
System Red Green Blue C M Y K H S L
Decimal 252 128 242 0 0.49 0.04 0.01 304.84 0.95 0.75
Hex FC 80 F2 0 31 4 1 131 5F 4B
Octal 374 200 362 0 61 4 1 461 137 113
Binary 11111100 10000000 11110010 0 110001 100 1 100110001 1011111 1001011

Color Harmonies of #FC80F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC80F2

Black with #FC80F2

Text Example


Text Example

White with #FC80F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC80F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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