Html Css Color HEX #FC95F2 Pale Magenta

📋 copy color: '#FC95F2'

red 252 ◦ green 149 ◦ blue 242

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

Shades of Pale Magenta #FC95F2

Tints of Pale Magenta #FC95F2

RGB

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

 GREEN value IS 149 (58.59% from 255) = 23.17%

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

R = 39.19%
G = 23.17%
B = 37.64%

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

#FC95F2 (or 0xFC95F2) is known color: Pale Magenta. HEX triplet: FC, 95 and F2. RGB value is (252,149,242). Sum of RGB (Red+Green+Blue) = 252+149+242=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 149 (58.59% from 255 or 23.17% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FC95F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC95F2 is #036A0D. Grayscale: #BEBEBE. Windows color (decimal): -223758 or 15898108. OLE color: 15898108.

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

Color convert

RGB 252 149 242 -
CMYK 0 0.41 0.04 0.01
HSL 305.83º 0.94% 0.79% -
HSV(B) 305.83º 0.41% 0.99% -
XYZ 66.92 48.6 89.86 -
YUV 190.4 157.12 171.94 -
System Red Green Blue C M Y K H S L
Decimal 252 149 242 0 0.41 0.04 0.01 305.83 0.94 0.79
Hex FC 95 F2 0 29 4 1 132 5E 4F
Octal 374 225 362 0 51 4 1 462 136 117
Binary 11111100 10010101 11110010 0 101001 100 1 100110010 1011110 1001111

Color Harmonies of #FC95F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC95F2

Black with #FC95F2

Text Example


Text Example

White with #FC95F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC95F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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