Html Css Color HEX #FC90F3 Pale Magenta

📋 copy color: '#FC90F3'

red 252 ◦ green 144 ◦ blue 243

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

Shades of Pale Magenta #FC90F3

Tints of Pale Magenta #FC90F3

RGB

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

 GREEN value IS 144 (56.64% from 255) = 22.54%

 BLUE value IS 243 (95.31% from 255) = 38.03%

R = 39.44%
G = 22.54%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC90F3 (or 0xFC90F3) is known color: Pale Magenta. HEX triplet: FC, 90 and F3. RGB value is (252,144,243). Sum of RGB (Red+Green+Blue) = 252+144+243=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 144 (56.64% from 255 or 22.54% from 639); Blue value is 243 (95.31% from 255 or 38.03% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC90F3 is #036F0C. Grayscale: #BBBBBB. Windows color (decimal): -225037 or 15962364. OLE color: 15962364.

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

Color convert

RGB 252 144 243 -
CMYK 0 0.43 0.04 0.01
HSL 305º 0.95% 0.78% -
HSV(B) 305º 0.43% 0.99% -
XYZ 66.3 47.11 90.39 -
YUV 187.58 159.28 173.95 -
System Red Green Blue C M Y K H S L
Decimal 252 144 243 0 0.43 0.04 0.01 305 0.95 0.78
Hex FC 90 F3 0 2B 4 1 131 5F 4E
Octal 374 220 363 0 53 4 1 461 137 116
Binary 11111100 10010000 11110011 0 101011 100 1 100110001 1011111 1001110

Color Harmonies of #FC90F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC90F3

Black with #FC90F3

Text Example


Text Example

White with #FC90F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC90F3; }

 p { color: rgb(252,144,243); }

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

background-color css

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

 a { background-color: rgb(252,144,243); }

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

border-color css

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

 span { border-color: rgb(252,144,243); }

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