Html Css Color HEX #FC94F2 Pale Magenta

📋 copy color: '#FC94F2'

red 252 ◦ green 148 ◦ blue 242

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

Shades of Pale Magenta #FC94F2

Tints of Pale Magenta #FC94F2

RGB

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

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

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

R = 39.25%
G = 23.05%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC94F2 (or 0xFC94F2) is known color: Pale Magenta. HEX triplet: FC, 94 and F2. RGB value is (252,148,242). Sum of RGB (Red+Green+Blue) = 252+148+242=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 148 (58.20% from 255 or 23.05% from 642); Blue value is 242 (94.92% from 255 or 37.69% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC94F2 is #036B0D. Grayscale: #BDBDBD. Windows color (decimal): -224014 or 15897852. OLE color: 15897852.

HSL color Cylindrical-coordinate representation of color #FC94F2: hue angle of 305.77º 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 #FC94F2 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 148 242 -
CMYK 0 0.41 0.04 0.01
HSL 305.77º 0.95% 0.78% -
HSV(B) 305.77º 0.41% 0.99% -
XYZ 66.76 48.29 89.81 -
YUV 189.81 157.46 172.36 -
System Red Green Blue C M Y K H S L
Decimal 252 148 242 0 0.41 0.04 0.01 305.77 0.95 0.78
Hex FC 94 F2 0 29 4 1 132 5F 4E
Octal 374 224 362 0 51 4 1 462 137 116
Binary 11111100 10010100 11110010 0 101001 100 1 100110010 1011111 1001110

Color Harmonies of #FC94F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC94F2

Black with #FC94F2

Text Example


Text Example

White with #FC94F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC94F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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