Html Css Color HEX #FC94F0 Pale Magenta

📋 copy color: '#FC94F0'

red 252 ◦ green 148 ◦ blue 240

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

Shades of Pale Magenta #FC94F0

Tints of Pale Magenta #FC94F0

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.13%

 BLUE value IS 240 (94.14% from 255) = 37.5%

R = 39.38%
G = 23.13%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC94F0 (or 0xFC94F0) is known color: Pale Magenta. HEX triplet: FC, 94 and F0. RGB value is (252,148,240). Sum of RGB (Red+Green+Blue) = 252+148+240=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 148 (58.20% from 255 or 23.12% from 640); Blue value is 240 (94.14% from 255 or 37.5% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC94F0 is #036B0F. Grayscale: #BDBDBD. Windows color (decimal): -224016 or 15766780. OLE color: 15766780.

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

Color convert

RGB 252 148 240 -
CMYK 0 0.41 0.05 0.01
HSL 306.92º 0.95% 0.78% -
HSV(B) 306.92º 0.41% 0.99% -
XYZ 66.46 48.17 88.23 -
YUV 189.58 156.46 172.52 -
System Red Green Blue C M Y K H S L
Decimal 252 148 240 0 0.41 0.05 0.01 306.92 0.95 0.78
Hex FC 94 F0 0 29 5 1 133 5F 4E
Octal 374 224 360 0 51 5 1 463 137 116
Binary 11111100 10010100 11110000 0 101001 101 1 100110011 1011111 1001110

Color Harmonies of #FC94F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC94F0

Black with #FC94F0

Text Example


Text Example

White with #FC94F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC94F0; }

 p { color: rgb(252,148,240); }

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

background-color css

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

 a { background-color: rgb(252,148,240); }

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

border-color css

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

 span { border-color: rgb(252,148,240); }

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