Html Css Color HEX #FC69E3 Pale Magenta

📋 copy color: '#FC69E3'

red 252 ◦ green 105 ◦ blue 227

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

Shades of Pale Magenta #FC69E3

Tints of Pale Magenta #FC69E3

RGB

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

 GREEN value IS 105 (41.41% from 255) = 17.98%

 BLUE value IS 227 (89.06% from 255) = 38.87%

R = 43.15%
G = 17.98%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC69E3 (or 0xFC69E3) is known color: Pale Magenta. HEX triplet: FC, 69 and E3. RGB value is (252,105,227). Sum of RGB (Red+Green+Blue) = 252+105+227=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 105 (41.41% from 255 or 17.98% from 584); Blue value is 227 (89.06% from 255 or 38.87% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FC69E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC69E3 is #03961C. Grayscale: #A2A2A2. Windows color (decimal): -235037 or 14903804. OLE color: 14903804.

HSL color Cylindrical-coordinate representation of color #FC69E3: hue angle of 310.2º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC69E3 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 105 227 -
CMYK 0 0.58 0.10 0.01
HSL 310.2º 0.96% 0.7% -
HSV(B) 310.2º 0.58% 0.99% -
XYZ 59.06 36.34 76.58 -
YUV 162.86 164.2 191.58 -
System Red Green Blue C M Y K H S L
Decimal 252 105 227 0 0.58 0.10 0.01 310.2 0.96 0.7
Hex FC 69 E3 0 3A A 1 136 60 46
Octal 374 151 343 0 72 12 1 466 140 106
Binary 11111100 1101001 11100011 0 111010 1010 1 100110110 1100000 1000110

Color Harmonies of #FC69E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC69E3

Black with #FC69E3

Text Example


Text Example

White with #FC69E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC69E3; }

 p { color: rgb(252,105,227); }

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

background-color css

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

 a { background-color: rgb(252,105,227); }

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

border-color css

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

 span { border-color: rgb(252,105,227); }

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